Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check buffer types from ASP.NET #641

Open
sebastienros opened this issue Apr 5, 2024 · 2 comments
Open

Check buffer types from ASP.NET #641

sebastienros opened this issue Apr 5, 2024 · 2 comments

Comments

@sebastienros
Copy link
Owner

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

@hishamco
Copy link
Collaborator

hishamco commented Apr 5, 2024

Are these new types?

@sebastienros
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants