aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Rendering
Ryan Nowak 8399dc5f4e Add a custom collection type for ModelMetadata.Properties
This is a cleanup PR to improve the common usage of
ModelMetadata.Properties.

We found placed in code where both .Count and the ability to index by
property name would be useful. I was able to cascade this and simplify the
ModelBindingContext as well.
2015-01-26 14:36:40 -08:00
..
Expression
ViewEngine
BufferEntryCollectionTest.cs
DefaultDisplayTemplatesTest.cs Add a custom collection type for ModelMetadata.Properties 2015-01-26 14:36:40 -08:00
DefaultEditorTemplatesTests.cs Add a custom collection type for ModelMetadata.Properties 2015-01-26 14:36:40 -08:00
DefaultTemplatesUtilities.cs Handle PipelineCore rename. 2015-01-15 15:25:17 -08:00
HtmlAttributePropertyHelperTest.cs
HtmlHelperCheckboxTest.cs Correct `CheckBoxFor` to ignore `ViewData` 2015-01-16 17:20:34 -08:00
HtmlHelperDisplayNameExtensionsTest.cs Add a custom collection type for ModelMetadata.Properties 2015-01-26 14:36:40 -08:00
HtmlHelperDisplayTextTest.cs
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs Add a custom collection type for ModelMetadata.Properties 2015-01-26 14:36:40 -08:00
HtmlHelperLinkGenerationTest.cs
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs
HtmlHelperPasswordTest.cs
HtmlHelperTest.cs
HtmlHelperValueExtensionsTest.cs
StringCollectionTextWriterTest.cs
TagBuilderTest.cs
ViewContextTests.cs
ViewDataOfTTest.cs