aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Doug Bunting f93fca1077 PR comments
- change `AdditionalValues` type to `IDictionary<object, object>`
- copy `ModelMetadata.AdditionalValues` in `AssociatedMetadataProvider` sub-classes

nits:
- add XML comments
- correct indentation in `CachedModelMetadata`
2015-02-09 16:24:28 -08:00
..
BindAttributeController.cs
CompositeTestController.cs
FileUploadController.cs
FromAttributesController.cs
FromHeader_BlogController.cs [Fix for #1929] HeaderModelBinder needs to honor explicit name. 2015-02-03 19:36:48 -08:00
FromServices_CalculatorController.cs
HomeController.cs Added custom exception message for Format Exception 2015-02-05 10:51:32 -08:00
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs
ModelMetadataController.cs PR comments 2015-02-09 16:24:28 -08:00
PropertiesGetCreatedController.cs
RoundtripController.cs
TryUpdateModelController.cs
VehicleController.cs Replaced status code number with constants 2015-02-05 16:43:59 -08:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs