Go to file
Pranav K 672d596248 Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
samples/RoutingSample.Web React to hosting API changes. 2016-01-12 15:34:44 -08:00
src Remove redundant AddOptions which is now a default hosting service 2016-01-07 17:45:36 -08:00
test Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
tools Strong name everything. 2015-11-03 12:18:03 -08:00
.gitattributes Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
.gitignore Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
.travis.yml Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:54 -07:00
LICENSE.txt
NuGet.config Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
NuGetPackageVerifier.json Add extension methods for using routing with Middleware 2015-12-14 13:21:50 -08:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Routing.sln Add extension methods for using routing with Middleware 2015-12-14 13:21:50 -08:00
Settings.StyleCop
appveyor.yml
build.cmd Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
build.sh Changes to build using dotnet-cli 2016-01-13 13:02:32 -08: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.