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 |
||
|---|---|---|
| .. | ||
| BindAttributeController.cs | ||
| CompositeTestController.cs | ||
| FileUploadController.cs | ||
| FromAttributesController.cs | ||
| FromHeader_BlogController.cs | ||
| FromServices_CalculatorController.cs | ||
| HomeController.cs | ||
| ModelBinderAttribute_CompanyController.cs | ||
| ModelBinderAttribute_ProductController.cs | ||
| ModelMetadataController.cs | ||
| PropertiesGetCreatedController.cs | ||
| RoundtripController.cs | ||
| TryUpdateModelController.cs | ||
| VehicleController.cs | ||
| WithBinderMetadataController.cs | ||
| WithoutBinderMetadataController.cs | ||