Go to file
Pranav K 8bc54f91dd Merge branch 'release' into dev 2015-09-28 23:16:00 -07:00
samples/RoutingSample.Web Added timeout to regex 2015-09-10 15:21:56 -07:00
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 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:16:30 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:54 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:59:22 -07:00
NuGet.config Make dictionary allocations lazy on RouteData 2015-09-28 22:54:32 -07:00
NuGetPackageVerifier.json Enabling NuGetPackageVerifier 2015-09-18 12:44:29 -07:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Routing.sln
Settings.StyleCop Update StyleCop header restriction. 2015-05-01 14:14:25 -07:00
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:16:30 -07:00
build.cmd Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:30 -07:00
build.sh Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:30 -07:00
global.json
makefile.shade Running xml-docs-test before test target 2015-09-18 12:29:43 -07:00

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.