Go to file
Ryan Nowak d10682d15b Issue aspnet/Mvc#56 - merging RouteContext and RequestContext
This is the routing part of these changes, and just the breaking changes
parts.

Follow-ups will add:
- DataTokens
- Tracking the logical stack of routers
2014-06-06 10:11:57 -07:00
samples/RoutingSample.Web Issue aspnet/Mvc#56 - merging RouteContext and RequestContext 2014-06-06 10:11:57 -07:00
src/Microsoft.AspNet.Routing Issue aspnet/Mvc#56 - merging RouteContext and RequestContext 2014-06-06 10:11:57 -07:00
test/Microsoft.AspNet.Routing.Tests Issue aspnet/Mvc#56 - merging RouteContext and RequestContext 2014-06-06 10:11:57 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Routing.sln
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET Routing

Contains routing middleware for routing requests to application logic.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.