Go to file
Doug Bunting 1a963004b7 React to aspnet/Universe#290 fix 2015-10-10 20:03:10 -07:00
samples/RoutingSample.Web Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
src/Microsoft.AspNet.Routing Incorporate StringSegment from primitives 2015-10-08 12:44:59 -07:00
test/Microsoft.AspNet.Routing.Tests Incorporate StringSegment from primitives 2015-10-08 12:44:59 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
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
Routing.sln
Settings.StyleCop
appveyor.yml
build.cmd React to aspnet/Universe#290 fix 2015-10-10 20:03:10 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-10 20:03:10 -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.