aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../Rendering
Ryan Nowak 0b7035ddcf Implement MoveTo semantics in Mvc
- Simplify things that used to rely on HtmlTextWriter. This behavior is
  now the default.

- Simplify a whole mess of Razor TextWriter code.

- Integration test for merging of TagHelper buffers back into the 'main'
  buffer.
2016-03-04 07:54:31 -08:00
..
DefaultTemplatesUtilities.cs Removed JavaScriptEncoder property from HtmlHelper 2016-02-02 16:52:13 -08:00
HtmlHelperCheckboxTest.cs
HtmlHelperDisplayNameExtensionsTest.cs
HtmlHelperDisplayTextTest.cs
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs
HtmlHelperLinkGenerationTest.cs
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs
HtmlHelperPasswordTest.cs Allow the use of the Prompt property of DisplayAttribute for the placeholder attribute of input fields (addresses #3723) 2016-01-27 16:18:23 -08:00
HtmlHelperRadioButtonExtensionsTest.cs
HtmlHelperSelectTest.cs Removed JavaScriptEncoder property from HtmlHelper 2016-02-02 16:52:13 -08:00
HtmlHelperTest.cs
HtmlHelperTextAreaExtensionsTest.cs Fix line endings in HTML helper tests for x-plat 2016-01-29 23:57:45 -08:00
HtmlHelperTextBoxExtensionsTest.cs
HtmlHelperTextBoxTest.cs Allow the use of the Prompt property of DisplayAttribute for the placeholder attribute of input fields (addresses #3723) 2016-01-27 16:18:23 -08:00
HtmlHelperValidationMessageExtensionsTest.cs
HtmlHelperValidationSummaryTest.cs Fix line endings in HTML helper tests for x-plat 2016-01-29 23:57:45 -08:00
HtmlHelperValueTest.cs
HtmlStringTest.cs
TagBuilderTest.cs
TestResources.cs
ViewContextTests.cs Implement MoveTo semantics in Mvc 2016-03-04 07:54:31 -08:00