aspnetcore/src/Microsoft.AspNet.PageExecut...
sornaks a02082397a Introducing IHtmlContent in Mvc.Razor.
- Changing HtmlHelper and HelperResult to implement IHtmlContent.
- Introducing BufferedHtmlContent.
- Making RazorPage handle only IHtmlContent and clearing out other types.
- Making StringCollectionTextWriter use BufferedHtmlContent so that it can be returned where necessary.
- Updating places which involve Write/Copy to pass in encoders.
- The encoders are currently not being used during write. But when HtmlString is modified to carry encode metadata, the encoder can be used for writing. This is a perf optimization and hence not a part of this change.
- Making TagHelperContent implement IHtmlContent.
2015-07-10 16:24:32 -07:00
..
Properties
IBufferedTextWriter.cs Introducing IHtmlContent in Mvc.Razor. 2015-07-10 16:24:32 -07:00
IPageExecutionContext.cs
IPageExecutionListenerFeature.cs
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.xproj
project.json Add repository information to project files 2015-07-01 20:18:53 -07:00