aspnetcore/test/WebSites/BasicWebSite
Ryan Nowak e9d8c845d6 Create a new routedata for each 'router' for MVC
This is the MVC companion to https://github.com/aspnet/Routing/pull/122

As routing flows, routes replace the route data and mutate a copy. This
allows users to make changes that dirty the data without affecting
undesired state changes.

We also add the 'next' router for diagnostic purposes.
2014-11-12 11:10:21 -08:00
..
Components [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
Controllers Create a new routedata for each 'router' for MVC 2014-11-12 11:10:21 -08:00
Models [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
Views [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
ActionDescriptorCreationCounter.cs Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
BasicWebSite.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
Startup.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
project.json