aspnetcore/test/WebSites/ControllersFromServicesClas...
Ryan Nowak 144c1d3cf4 Fix #2151 - Part 4 remove [Activate] support from controllers.
This change completely removes [Activate]. In a controller, you should
constructor injection or [FromServices] to access services.

To access context items (ActionContext, ActionBindingContext, root
ViewDataDictionary) you should use the respected attribute class.

We'd like to consider streamlining this further in the future by getting
down to a single injectable context for controllers, but for now this will
have to do.
2015-05-21 22:57:56 -07:00
..
ClientUIStubController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerWithConstructorInjection.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
ControllersFromServicesClassLibrary.xproj
EmployeeRecords.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
GenericController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Inventory.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
NestedControllerOwner.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
QueryValueService.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ResourcesController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TimeScheduleController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json