sebastienros / fluid

Fluid is an open-source .NET template engine based on the Liquid template language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check buffer types from ASP.NET

sebastienros opened this issue · 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.