aspnetcore/test/WebSites/ModelBindingWebSite
Kiran Challa 5bb69e495e [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
..
Controllers Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
Models Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
Services
ViewModels
Views/Vehicle
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
AdditionalValuesMetadataProvider.cs
CaculatorContext.cs
DefaultCalculator.cs
DefaultCalculatorContext.cs
FromNonExistantBinderAttribute.cs
FromTestAttribute.cs
ICalculator.cs
ITestService.cs
ModelBindingWebSite.kproj
ModelMetadataExtensions.cs
Result.cs
Startup.cs [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
TestBindingSourceModelBinder.cs
TestService.cs
project.json
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

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.