Go to file
Pranav K dcb32d0485
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-16 11:28:03 -07:00
.github
benchmarks/Microsoft.AspNetCore.Routing.Performance Revert Dispatcher changes (#508) 2018-01-10 12:53:17 -08:00
build Update dependencies.props 2018-03-08 13:13:06 -08:00
samples/RoutingSample.Web Revert Dispatcher changes (#508) 2018-01-10 12:53:17 -08:00
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources Revert Dispatcher changes (#508) 2018-01-10 12:53:17 -08:00
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 Revert Dispatcher changes (#508) 2018-01-10 12:53:17 -08:00
README.md
Routing.sln Revert Dispatcher changes (#508) 2018-01-10 12:53:17 -08:00
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.