aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../Rendering
Doug Bunting daf341df35 Add more tests of #7033 scenarios 2018-02-21 15:11:52 -08:00
..
DefaultTemplatesUtilities.cs Support input type "week" (#7045) 2017-11-16 16:00:15 -08:00
HtmlHelperCheckboxTest.cs Allow `null` or empty `fullName` in one special case 2018-01-09 08:53:37 -08:00
HtmlHelperDisplayExtensionsTest.cs Support input type "week" (#7045) 2017-11-16 16:00:15 -08:00
HtmlHelperDisplayNameExtensionsTest.cs
HtmlHelperDisplayTextTest.cs Add more tests of #7033 scenarios 2018-02-21 15:11:52 -08:00
HtmlHelperDropDownListExtensionsTest.cs Add new contructor in SelectListItem.cs 2018-02-06 11:01:24 -08:00
HtmlHelperEditorExtensionsTest.cs Seperate view and model for enum display 2016-11-30 11:13:38 -08:00
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
HtmlHelperHiddenTest.cs Allow `null` or empty `fullName` in one special case 2018-01-09 08:53:37 -08:00
HtmlHelperLabelExtensionsTest.cs Remove no-op behaviour for no-content `<label></label>` elements 2017-08-31 09:21:44 -07:00
HtmlHelperLinkGenerationTest.cs
HtmlHelperListBoxExtensionsTest.cs Add new contructor in SelectListItem.cs 2018-02-06 11:01:24 -08:00
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs Add missing `RenderPartial(...)` overload 2018-01-05 11:27:54 -08:00
HtmlHelperPasswordTest.cs Allow `null` or empty `fullName` in one special case 2018-01-09 08:53:37 -08:00
HtmlHelperRadioButtonExtensionsTest.cs Allow `null` or empty `fullName` in one special case 2018-01-09 08:53:37 -08:00
HtmlHelperSelectTest.cs Add new contructor in SelectListItem.cs 2018-02-06 11:01:24 -08:00
HtmlHelperTest.cs [Fixes #7271] Support covariant casting of ViewDataDictionary<T> 2018-01-23 17:31:03 -08:00
HtmlHelperTextAreaExtensionsTest.cs
HtmlHelperTextAreaTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
HtmlHelperTextBoxExtensionsTest.cs Allow `null` or empty `fullName` in one special case 2018-01-09 08:53:37 -08:00
HtmlHelperTextBoxTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
HtmlHelperValidationMessageExtensionsTest.cs
HtmlHelperValidationSummaryTest.cs Do not generate a validation summary when `excludePropertyErrors` unless specific model has an error 2016-09-08 15:36:47 -07:00
HtmlHelperValueExtensionsTest.cs
HtmlHelperValueTest.cs
HtmlStringTest.cs
TagBuilderTest.cs Add methods to TagBuilder (#6287) 2017-05-19 12:23:16 -07:00
TestResources.cs
ViewContextTests.cs