aspnetcore/test/WebSites/ModelBindingWebSite
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
..
Controllers Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Models Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Services
ViewModels Add `ModelMetadata.AdditionalValues` property bag 2015-02-09 15:59:34 -08:00
Views/Vehicle Use `[Display(Order=x)]` to sort validation messages and properties 2015-01-29 09:31:05 -08:00
wwwroot
AdditionalValuesMetadataProvider.cs PR comments 2015-02-09 16:24:28 -08:00
CaculatorContext.cs
DefaultCalculator.cs
DefaultCalculatorContext.cs
FromNonExistantBinderAttribute.cs
FromTestAttribute.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
ICalculator.cs
ITestService.cs
ModelBindingWebSite.kproj
ModelMetadataExtensions.cs Add `ModelMetadata.AdditionalValues` property bag 2015-02-09 15:59:34 -08:00
Startup.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
TestBindingSourceModelBinder.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
TestService.cs
project.json