aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Doug Bunting 9ac6ebd2b2 Refactor `IHtmlGenerator.GenerateSelect()` and address #2240
- add `IHtmlGenerator.GetCurrentValues()` method
 - bring together bits of `GenerateSelect()` and `UpdateSelectListItemsWithDefaultValue()`
 - get rid of ugly `out` parameter
 - also allows `<option/>` tag helpers to run before `<select/>` helper generation
- match `null` values and `SelectListItem`s with empty values
- match `enum` names correctly
- add doc comments for `IHtmlGenerator.GenerateSelect()` methods
2015-03-24 12:37:19 -07:00
..
Expression Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
ViewEngine Update templates\samples\tests to use ensure viewstart.cshtml and views directory names are cased appropriately. #1559 2014-12-05 13:27:22 -08:00
DefaultDisplayTemplatesTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultEditorTemplatesTest.cs Add `Html.GetEnumSelectList()` helpers 2015-03-22 12:40:44 -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 Introducing UrlActionContext and UrlRouteContext, and updating IUrlHelper accordingly 2015-02-05 19:41:21 -08:00
HtmlHelperHiddenTest.cs Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
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 Add Html.Partial - sync versions of Html.PartialAsync 2014-10-14 15:15:50 -07:00
HtmlHelperPasswordTest.cs Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
HtmlHelperSelectTest.cs Add `Html.GetEnumSelectList()` helpers 2015-03-22 12:40:44 -07:00
HtmlHelperTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HtmlHelperValidationSummaryTest.cs Use `[Display(Order=x)]` to sort validation messages and properties 2015-01-29 09:31:05 -08:00
HtmlHelperValueExtensionsTest.cs
StringCollectionTextWriterTest.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
TagBuilderTest.cs
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