aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Kiran Challa f737083c94 Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
..
BindAttributeController.cs
CompositeTestController.cs
FileUploadController.cs
FormCollectionController.cs
FromAttributesController.cs
FromFormAttribute_CompanyController.cs Fix for #563 - FromForm, FromQuery and FromValue allow providing a Name which is used as a prefix. Also the name is used for reporting model state errors. 2015-02-18 16:48:12 -08:00
FromHeader_BlogController.cs Fix for #563 - FromForm, FromQuery and FromValue allow providing a Name which is used as a prefix. Also the name is used for reporting model state errors. 2015-02-18 16:48:12 -08:00
FromQueryAttribute_CompanyController.cs Fix for #563 - FromForm, FromQuery and FromValue allow providing a Name which is used as a prefix. Also the name is used for reporting model state errors. 2015-02-18 16:48:12 -08:00
FromRouteAttribute_CompanyController.cs Fix for #563 - FromForm, FromQuery and FromValue allow providing a Name which is used as a prefix. Also the name is used for reporting model state errors. 2015-02-18 16:48:12 -08:00
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs Fix for #563 - FromForm, FromQuery and FromValue allow providing a Name which is used as a prefix. Also the name is used for reporting model state errors. 2015-02-18 16:48:12 -08:00
ModelBinderAttribute_ProductController.cs
ModelMetadataController.cs Removing ModelMetadata.Model 2015-02-23 19:56:59 -08:00
PropertiesGetCreatedController.cs
RoundtripController.cs
TryUpdateModelController.cs Reverting #1837 and add non-generic overloads for TryUpdateModel 2015-02-23 10:02:51 -08:00
ValidationController.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
VehicleController.cs
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs