aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
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
..
BindAttributeController.cs
CompositeTestController.cs
FileUploadController.cs
FormCollectionController.cs Added support for binding FormCollection 2015-02-13 11:14:50 -08:00
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 Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ModelMetadataController.cs PR comments 2015-02-09 16:24:28 -08:00
PropertiesGetCreatedController.cs
RoundtripController.cs Adding IView.Path and ViewContext.ExecutingPagePath 2015-02-13 06:12:15 -08:00
TryUpdateModelController.cs
ValidationController.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
VehicleController.cs Replaced status code number with constants 2015-02-05 16:43:59 -08:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs