Go to file
Mugdha Kulkarni 4e5fc2e2dd Fixing Routing Issue: 136
The RegEx inline constraint doesn't take care of Escape characters.
2015-02-10 11:16:30 -08:00
samples/RoutingSample.Web Quick cleanup 2015-01-30 10:02:58 -08:00
src/Microsoft.AspNet.Routing Fixing Routing Issue: 136 2015-02-10 11:16:30 -08:00
test/Microsoft.AspNet.Routing.Tests Fixing Routing Issue: 136 2015-02-10 11:16:30 -08:00
.gitattributes
…
.gitignore Quick cleanup 2015-01-30 10:02:58 -08:00
CONTRIBUTING.md
…
LICENSE.txt
…
NuGet.Config
…
README.md
…
Routing.sln
…
Settings.StyleCop
…
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.