Go to file
Pranav K 454bf3ca07
Merge branch 'release/2.1' into dev
2018-03-16 12:33:32 -07: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 Update version prefix to preview3 2018-03-16 11:28:03 -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 Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.