aspnetcore/test/WebSites/ModelBindingWebSite/Models
Kiran Challa f737083c94 Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
..
Address.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Book.cs File upload model binder 2015-01-15 13:41:14 -08:00
Company.cs
Country.cs
Customer.cs
Department.cs
Document.cs
Drawing.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
Employee.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
EmployeeWithBinderMetadata.cs
FileDetails.cs File upload model binder 2015-01-15 13:41:14 -08:00
LargeModelWithValidation.cs
Line.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
MixedUser_FromBody.cs
MixedUser_FromForm.cs
ModelWithValidation.cs
Person.cs
Point.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
Rectangle.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
Resident.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
User.cs