aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Doug Bunting 73e8fc10e4 Automatically use `type="number"` for expressions of more types
- #2261
- include `short`, `ushort`, `float`, `double`

- correct typo in `<input/>` tag helper; ignored calculated format
 - only one test for `<input/>`'s calculated format 😦
- fill some `Editor*()` and `<input/>` tag helper test gaps

nit: clean up some trailing whitespace
2015-04-07 17:19:08 -07:00
..
Expression Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
ViewEngine * Simplify MvcOptions 2015-04-07 14:45:53 -07:00
DefaultDisplayTemplatesTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultEditorTemplatesTest.cs Automatically use `type="number"` for expressions of more types 2015-04-07 17:19:08 -07:00
DefaultHtmlGeneratorTest.cs Refactor `IHtmlGenerator.GenerateSelect()` and address #2240 2015-03-24 12:37:19 -07:00
DefaultTemplatesUtilities.cs Fixes #583 Generating a unique cookie name for an application. 2015-03-23 14:05:05 -07:00
HtmlAttributePropertyHelperTest.cs Update MVC projects to utilize Common repo classes. 2015-02-22 18:23:28 -08:00
HtmlHelperCheckboxTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
HtmlHelperDisplayNameExtensionsTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
HtmlHelperDisplayTextTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
HtmlHelperFormExtensionsTest.cs Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
HtmlHelperFormTest.cs
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
HtmlHelperLinkGenerationTest.cs
HtmlHelperNameExtensionsTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
HtmlHelperPartialExtensionsTest.cs
HtmlHelperPasswordTest.cs
HtmlHelperSelectTest.cs Add `Html.GetEnumSelectList()` helpers 2015-03-22 12:40:44 -07:00
HtmlHelperTest.cs
HtmlHelperValidationSummaryTest.cs
HtmlHelperValueExtensionsTest.cs
StringCollectionTextWriterTest.cs
TagBuilderTest.cs Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
TestResources.cs Add `Html.GetEnumSelectList()` helpers 2015-03-22 12:40:44 -07:00
ViewContextTests.cs Introducing TempData 2015-03-10 12:04:05 -07:00
ViewDataOfTTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00