aspnetcore/test/WebSites/BasicWebSite
Ryan Nowak 9d89a8cac3 Homogenize MVC startup code patterns
Use builder APIS for both AddMvc() and AddMvcCore()
Change various API patterns to all use .AddXyz(...) off of one or both of
these builders.
2015-08-16 18:48:24 -07:00
..
Components Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Controllers Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
Conventions Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views [Fixes #2547] Fixed attribute value prefix with dynamic content being ignored 2015-05-18 17:15:38 -07:00
wwwroot
ActionDescriptorCreationCounter.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BasicWebSite.xproj
Startup.cs Homogenize MVC startup code patterns 2015-08-16 18:48:24 -07:00
project.json React to Kestrel rename 2015-08-11 16:30:03 -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.