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
ViewEngine
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
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
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
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