aspnetcore/test/WebSites/ModelBindingWebSite/Models
Harsh Gupta f19c2e493d Merging Model Validation for body and non body validation.
This also fixes #1503.

Currently all model binders except mutable object binder are independent of validation code. The mutable object binder which needs to do some validation ( for scenarios involving [BindRequired] and [BindNever]).
We would be going with an approach where required validaiton happens in input formatters and model binders.
This is needed as validation for value types can best be done at creation time.

Followup PRs:
Introduce support for skipping validation (and not binding) for a particular property/type etc.
2015-02-17 11:50:39 -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 Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Country.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00
Customer.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Department.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
Document.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Employee.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
EmployeeWithBinderMetadata.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
FileDetails.cs File upload model binder 2015-01-15 13:41:14 -08:00
LargeModelWithValidation.cs
MixedUser_FromBody.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
MixedUser_FromForm.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
ModelWithValidation.cs
Person.cs Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Resident.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
User.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00