aspnetcore/samples/MvcSample.Web
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
..
Areas/Travel
Components
Controllers
Filters
Models
Monitoring
Services
Views
wwwroot
ApiExplorerController.cs
AutoGenerateRouteNamesAttribute.cs
FiltersController.cs
Home2Controller.cs
HomeController.cs
LinkController.cs
MvcSample.Web.xproj
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs
ViewMetadata.cs
bower.json
config.json
gruntfile.js
package.json
project.json
readme.md

readme.md

MvcSample.Web

This sample web project illustrates various MVC 6 features. Please build from root (.\build.cmd on Windows; ./build.sh elsewhere) before using this site.