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
BindingBehaviorController.cs
CompositeTestController.cs
DataMemberRequiredController.cs
FileUploadController.cs
FormCollectionController.cs
FromAttributesController.cs
FromBodyControllerPropertyController.cs
FromFormAttribute_CompanyController.cs
FromHeader_BlogController.cs
FromQueryAttribute_CompanyController.cs
FromRouteAttribute_CompanyController.cs
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
ModelBinderAttribute_ProductController.cs
ModelMetadataController.cs
Person_CollectionBinderController.cs
PropertiesGetCreatedController.cs
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
WithoutBinderMetadataController.cs