aspnetcore/samples/MvcSample.Web
Pranav K 9d467810b5 Switching to Autofac from NuGet.org 2015-08-07 15:53:53 -07:00
..
Areas/Travel Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Components Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Controllers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Filters Rename IFilter -> IFilterMetadata 2015-07-06 23:40:43 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Monitoring Switching to the official Autofac package. 2015-08-04 15:12:19 -07:00
Services Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views Added new ValidationSummary overloads to sample 2015-05-12 20:20:34 +02:00
wwwroot Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC. 2015-03-05 08:07:01 -08:00
ApiExplorerController.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
AutoGenerateRouteNamesAttribute.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FiltersController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Home2Controller.cs Fix #2151 - Part 4 remove [Activate] support from controllers. 2015-05-21 22:57:56 -07:00
HomeController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
LinkController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MvcSample.Web.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
OverloadController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SimplePocoController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SimpleRest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Startup.cs Switching to the official Autofac package. 2015-08-04 15:12:19 -07:00
ViewMetadata.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
bower.json Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC. 2015-03-05 08:07:01 -08:00
config.json removed App_data per [Mvc] Remove App_Data from MvcSample.Web Startup (#1716) 2014-12-31 11:09:03 -08:00
gruntfile.js Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC. 2015-03-05 08:07:01 -08:00
package.json Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC. 2015-03-05 08:07:01 -08:00
project.json Switching to Autofac from NuGet.org 2015-08-07 15:53:53 -07:00
readme.md Add or update sample `readme.md` files 2015-06-26 21:15:18 -07:00

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.