aspnetcore/test/WebSites/ModelBindingWebSite
Ryan Nowak a6aaef0d63 Optimize async code in model binders
Optimize the 'no-op' path for our model binders to return a cached task
where possible without going async.
2015-09-08 09:42:34 -07:00
..
Controllers Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
Models Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
Services
ViewModels
Views/Vehicle
wwwroot
AdditionalValuesMetadataProvider.cs
CaculatorContext.cs
DefaultCalculator.cs
DefaultCalculatorContext.cs
FromNonExistantBinderAttribute.cs
FromTestAttribute.cs
ICalculator.cs
ITestService.cs
ModelBindingWebSite.xproj
ModelMetadataExtensions.cs
Result.cs
Startup.cs [Fixes #2900] Get rid of manual body-read-state-tracking 2015-08-31 10:34:42 -07:00
TestBindingSourceModelBinder.cs Optimize async code in model binders 2015-09-08 09:42:34 -07:00
TestService.cs
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md

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.