aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../Rendering
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
..
Expression
ViewEngine
BufferedHtmlContentTest.cs
DefaultDisplayTemplatesTest.cs
DefaultEditorTemplatesTest.cs
DefaultHtmlGeneratorTest.cs
DefaultTemplatesUtilities.cs
HtmlAttributePropertyHelperTest.cs
HtmlHelperCheckboxTest.cs
HtmlHelperDisplayNameExtensionsTest.cs
HtmlHelperDisplayTextTest.cs
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs
HtmlHelperLinkGenerationTest.cs
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs
HtmlHelperPasswordTest.cs
HtmlHelperSelectTest.cs
HtmlHelperTest.cs
HtmlHelperValidationSummaryTest.cs
HtmlHelperValueTest.cs
HtmlStringTest.cs
StringCollectionTextWriterTest.cs
TagBuilderTest.cs
TemplateRendererTest.cs
TestResources.cs
ViewContextTests.cs
ViewDataOfTTest.cs