aspnetcore/test/WebSites/ModelBindingWebSite/readme.md

7 lines
301 B
Markdown

ModelBindingWebSite
===
This web site illustrates how to use and configure various knobs of model binding to let the model binding
system bind action parameters to the values which are present in the request. The website also uses model validation
to validate the models created using model binding.