aspnetcore/samples/MvcSample.Web
Ryan Nowak 8682fe0cfd Replace ActionBindingContext with ControllerContext
This change introduces ControllerContext for inside of Controllers, and
controller-specific extensibility points. ControllerContext carries with
it the model binding infrastructure needed to do all of the things that
controllers need to do.
2015-11-20 15:32:37 -08:00
..
Areas/Travel
Components
Controllers
Filters
Models
Services
Views
wwwroot Fix small issues in Mvc.js 2015-10-26 10:52:43 -07:00
ApiExplorerController.cs
AutoGenerateRouteNamesAttribute.cs
FiltersController.cs Moving AllowAnonymous attribute to Authorization 2015-10-19 11:01:15 -07:00
Home2Controller.cs
HomeController.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
LinkController.cs
MvcSample.Web.xproj
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
Startup.cs Add logging and scope for ViewComponent 2015-10-23 15:25:00 -07:00
ViewMetadata.cs
bower.json
gruntfile.js
package.json
project.json remove Microsoft.AspNet.Server.IIS from sample 2015-10-25 01:17:57 +08:00
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.