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 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
IBufferedTextWriter.cs Introducing IHtmlContent in Mvc.Razor. 2015-07-10 16:24:32 -07:00
IPageExecutionContext.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
IPageExecutionListenerFeature.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
project.json Add repository information to project files 2015-07-01 20:18:53 -07:00