aspnetcore/test/WebSites/BasicWebSite
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
..
Areas Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Components * Remove JsonViewComponentResult 2016-03-11 11:40:54 -08:00
Controllers [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
Conventions Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Formatters [Fixes #4051] Split OutputFormatter into OutputFormatter and TextOutputFormatter 2016-02-12 12:04:18 -08:00
Models Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Views * Remove JsonViewComponentResult 2016-03-11 11:40:54 -08:00
wwwroot
ActionDescriptorCreationCounter.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
BasicWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
RequestIdMiddleware.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestIdService.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestIdViewComponent.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestScopedActionConstraint.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestScopedFilter.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestScopedTagHelper.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Startup.cs Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
project.json Fixed packages 2016-03-25 12:27:49 -07:00
readme.md

readme.md

BasicWebSite

This web site illustrates many commonly used features including but not limited to link generation, action results and content negotiation, RouteData amongst others.