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 Updated unit test coverage for html helpers 2016-01-26 16:04:35 -08:00
HtmlHelperDisplayNameExtensionsTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperDisplayTextTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperFormExtensionsTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperFormTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperHiddenTest.cs Updated unit test coverage for html helpers 2016-01-26 16:04:35 -08:00
HtmlHelperLabelExtensionsTest.cs Updated unit test coverage for html helpers 2016-01-26 16:04:35 -08:00
HtmlHelperLinkGenerationTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperNameExtensionsTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperPartialExtensionsTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
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 Updated unit test coverage for html helpers 2016-01-26 16:04:35 -08:00
HtmlHelperSelectTest.cs Removed JavaScriptEncoder property from HtmlHelper 2016-02-02 16:52:13 -08:00
HtmlHelperTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlHelperTextAreaExtensionsTest.cs Fix line endings in HTML helper tests for x-plat 2016-01-29 23:57:45 -08:00
HtmlHelperTextBoxExtensionsTest.cs Updated unit test coverage for html helpers 2016-01-26 16:04:35 -08:00
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 Updated unit test coverage for html helpers 2016-01-26 16:04:35 -08:00
HtmlHelperValidationSummaryTest.cs Fix line endings in HTML helper tests for x-plat 2016-01-29 23:57:45 -08:00
HtmlHelperValueTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
HtmlStringTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TagBuilderTest.cs Add more tests of `TagBuilder.CreateSanitizedId()` 2016-01-25 21:58:39 -08:00
TestResources.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ViewContextTests.cs Implement MoveTo semantics in Mvc 2016-03-04 07:54:31 -08:00