aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Ryan Nowak 8682fe0cfd Replace ActionBindingContext with ControllerContext
This change introduces ControllerContext for inside of Controllers, and
controller-specific extensibility points. ControllerContext carries with
it the model binding infrastructure needed to do all of the things that
controllers need to do.
2015-11-20 15:32:37 -08:00
..
BindAttributeController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BindingBehaviorController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompositeTestController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DataMemberRequiredController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FileUploadController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FormCollectionController.cs Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
FromAttributesController.cs [Fixes #2900] Get rid of manual body-read-state-tracking 2015-08-31 10:34:42 -07:00
FromBodyControllerPropertyController.cs [Fixes #2900] Get rid of manual body-read-state-tracking 2015-08-31 10:34:42 -07:00
FromFormAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromHeader_BlogController.cs Fix for #2414 - Remove [DefaultValue] support from ModelBinding 2015-05-13 20:03:23 -07:00
FromQueryAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromRouteAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FromServices_CalculatorController.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
HomeController.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
ModelBinderAttribute_CompanyController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ModelBinderAttribute_ProductController.cs Rewrite of validation 2015-09-25 16:56:42 -07:00
ModelMetadataController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Person_CollectionBinderController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
PropertiesGetCreatedController.cs Adding fix for 2756 and test cases. Skipping the test cases for 2793. 2015-07-10 15:58:36 -07:00
RoundtripController.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
TryUpdateModelController.cs Fix breaking changes to functional tests 2015-11-02 18:46:54 -08:00
ValidationController.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
VehicleController.cs Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
WithBinderMetadataController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
WithoutBinderMetadataController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00