Go to file
Pranav K fc7f345e22 Updating to release NuGet.config. 2015-09-28 23:15:57 -07:00
samples/RoutingSample.Web
src/Microsoft.AspNet.Routing Make dictionary allocations lazy on RouteData 2015-09-28 22:54:32 -07:00
test/Microsoft.AspNet.Routing.Tests Expose parsed route so that observers can get extra details about the route (i.e. optional state) 2015-09-23 09:00:28 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating to release NuGet.config. 2015-09-28 23:15:57 -07:00
NuGetPackageVerifier.json Enabling NuGetPackageVerifier 2015-09-18 12:44:29 -07:00
README.md
Routing.sln
Settings.StyleCop
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET Routing

AppVeyor: AppVeyor

Travis: Travis

Contains routing middleware for routing requests to application logic.

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