aspnetcore/test/WebSites/ControllersFromServicesClas...
jacalvar de9ffb13c7 [Fixes #3732] Simplify controller discovery.
* Introduce ControllerAttribute and use it to mark base classes as controllers.
* Changed rules for controller discovery to:
  * All controller types must be public, concrete, non open generic types.
  * NotController attribute is not applied to any type oif the hierarchy.
  * The type name ends with controller.
  * Controller attribute is applied to the type or to one of its ancestors.
2016-03-31 10:50:26 -07:00
..
ClientUIStubController.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ControllerWithConstructorInjection.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ControllersFromServicesClassLibrary.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
EmployeeRecords.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
GenericController.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Inventory.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
NestedControllerOwner.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
QueryValueService.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ResourcesController.cs [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
TimeScheduleController.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
project.json Fixed packages 2016-03-25 12:27:49 -07:00