Go to file
Pranav K fe9bf8bcbf Remove the use of Regex in the TemplateRouteParser
Fixes #164
2015-08-03 11:13:57 -07:00
samples/RoutingSample.Web
src/Microsoft.AspNet.Routing Remove the use of Regex in the TemplateRouteParser 2015-08-03 11:13:57 -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
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Routing.sln
Settings.StyleCop
appveyor.yml
build.cmd
build.sh Change hardcoded `bash` shebang to `env` 2015-06-23 11:05:23 -07:00
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.