aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Pranav K e1e43e1e8c ControllerActivator should be able to use controllers registered as
services

* Added WithControllersFromServiceProvider that replaces the default
  controller activator with a service based one.
* Move activation to DefaultControllerFactory
* Modify [Activate] behavior so that it no longer activates services. Use
  [FromService] attribute to hydrate services

Fixes #1707
2015-02-11 16:41:59 -08:00
..
BindAttributeController.cs
CompositeTestController.cs
FileUploadController.cs
FromAttributesController.cs
FromHeader_BlogController.cs
FromServices_CalculatorController.cs
HomeController.cs Added custom exception message for Format Exception 2015-02-05 10:51:32 -08:00
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs
ModelMetadataController.cs PR comments 2015-02-09 16:24:28 -08:00
PropertiesGetCreatedController.cs
RoundtripController.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
TryUpdateModelController.cs
VehicleController.cs Replaced status code number with constants 2015-02-05 16:43:59 -08:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs