You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViewBuffer : IHtmlContentBuilder, a list of ViewBufferPage
ViewBufferPage, an array of ViewBufferValue
struct ViewBufferValue, wraps either a string or IHtmlContent
IHtmlContentAsync
The text was updated successfully, but these errors were encountered:
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.
ViewBuffer : IHtmlContentBuilder, a list of ViewBufferPage
ViewBufferPage, an array of ViewBufferValue
struct ViewBufferValue, wraps either a string or IHtmlContent
IHtmlContentAsync
The text was updated successfully, but these errors were encountered: