Go to file
Pranav K bda9e54359 Merge branch 'release' into dev 2015-08-18 14:00:25 -07:00
samples/RoutingSample.Web React to Kestrel rename 2015-08-12 11:48:11 -07:00
src/Microsoft.AspNet.Routing Reacting to DI changes 2015-08-11 14:10:55 -07:00
test/Microsoft.AspNet.Routing.Tests Remove the use of Regex in the TemplateRouteParser 2015-08-03 11:13:57 -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
README.md Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Routing.sln Update .kproj => .xproj. 2015-03-11 14:04:11 -07:00
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 Enable pinning build script 2015-08-12 05:32:17 -07:00
build.sh Change hardcoded `bash` shebang to `env` 2015-06-23 11:05:23 -07:00
global.json Update global.json, sources=>projects 2015-04-02 09:20:27 -07:00
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.