Go to file
ASP.NET CI 1c114d9151 Update dependencies.props
[auto-updated: dependencies]
2018-03-08 13:13:06 -08:00
.github
benchmarks/Microsoft.AspNetCore.Routing.Performance
build Update dependencies.props 2018-03-08 13:13:06 -08:00
samples/RoutingSample.Web
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
src Tolerate leading "~/" or "/" (#509) 2018-01-11 13:00:01 -08:00
test Tolerate leading "~/" or "/" (#509) 2018-01-11 13:00:01 -08:00
.appveyor.yml Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip] 2018-01-31 15:01:13 -08:00
.gitattributes
.gitignore
.travis.yml Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip] 2018-01-31 15:01:13 -08:00
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln
Settings.StyleCop
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-03-08 13:13:06 -08:00
korebuild.json Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip] 2018-01-31 15:01:13 -08:00
run.cmd
run.ps1
run.sh
version.props Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:05:49 -08: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 Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.