Check buffer types from ASP.NET
sebastienros opened this issue · comments
Sébastien Ros commented
ViewBuffer : IHtmlContentBuilder, a list of ViewBufferPage
ViewBufferPage, an array of ViewBufferValue
struct ViewBufferValue, wraps either a string or IHtmlContent
IHtmlContentAsync
Hisham Bin Ateya commented
Are these new types?
Sébastien Ros commented
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.