aspnetcore/samples/MvcSample.Web
Yishai Galatzer cfb06c0de3 Areas feature - Phase I
1. Areas defined by the Area attribute
2. Areas are a routeconstraint on the actiondescriptor
3. Areas find pages through route values

Other changes:
1. Remove Path from ActionDescriptor - It doesn't make sense with this change
2. Add sample Area
2014-03-19 09:26:18 -07:00
..
Areas/Travel Areas feature - Phase I 2014-03-19 09:26:18 -07:00
Filters
Models
Views Areas feature - Phase I 2014-03-19 09:26:18 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs
LinkController.cs
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs Areas feature - Phase I 2014-03-19 09:26:18 -07:00
ViewMetadata.cs
project.json Updating DataAnnotations version in project.json 2014-03-18 20:56:08 -07:00
web.Debug.config
web.Release.config
web.config