aspnetcore/test/WebSites/PrecompilationWebSite
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
..
Compiler/Preprocess
Controllers Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
Views Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
wwwroot
.gitignore
PrecompilationWebSite.kproj
Startup.cs
project.json