aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Ryan Nowak 90cef3b9ca Refactor of the model metadata provider
Separates the MMP into two phases:
1). Creation of the ModelMetadata, discovery of properties and attributes
(reflection) is part of the MMP
2). Lookup of details based on attributes is now part of another phase,
and has its results cached.

Users can now implements and register an IFooMetadataProvider to customize
a single aspect of metadata (see how data annotations does it).
2015-03-05 13:19:10 -08:00
..
Expression Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
ViewEngine
DefaultDisplayTemplatesTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultEditorTemplatesTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00
DefaultTemplatesUtilities.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08: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 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
HtmlHelperPasswordTest.cs Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
HtmlHelperSelectTest.cs Correct evaluation of expression result in `GenerateSelect()` 2015-03-02 12:07:43 -08:00
HtmlHelperTest.cs
HtmlHelperValidationSummaryTest.cs
HtmlHelperValueExtensionsTest.cs Make HTML helper parameter names consistent 2015-02-17 17:53:53 -08:00
StringCollectionTextWriterTest.cs
TagBuilderTest.cs Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
ViewContextTests.cs
ViewDataOfTTest.cs Refactor of the model metadata provider 2015-03-05 13:19:10 -08:00