aspnetcore/test/WebSites/ModelBindingWebSite
Pranav K b520b0cb22 Limit [FromServices] to apply only to parameters
Fixes #3507
2015-11-17 16:41:04 -08:00
..
Controllers Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Models Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
Services Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ViewModels Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
Views/Vehicle
wwwroot
AdditionalValuesMetadataProvider.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CaculatorContext.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
DefaultCalculator.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
DefaultCalculatorContext.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromNonExistantBinderAttribute.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromTestAttribute.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ICalculator.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ITestService.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ModelBindingWebSite.xproj
ModelMetadataExtensions.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Result.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Startup.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
TestBindingSourceModelBinder.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
TestService.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -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.