sebastienros/fluid

Check buffer types from ASP.NET

Opened this issue · 2 comments

ViewBuffer : IHtmlContentBuilder, a list of ViewBufferPage
ViewBufferPage, an array of ViewBufferValue
struct ViewBufferValue, wraps either a string or IHtmlContent
IHtmlContentAsync

Are these new types?

Only IHtmlContentAsync is newsih, the other ones are internal I think but the API looks nice. If we are using buffers or custom text writers in any way it might be something to look at for perf.