Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Make HTML rendering deferred (IHtmlContent) #830

Closed
@pranavkm

Description

@pranavkm

Currently TemplateRenderer.Render returns a string which gets converted to HtmlString. This causes it to produce a new StringWriter buffer. We could have it return a HelperResult instead - it's consumed in the same way, but would avoid the extra buffer allocation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions