Go to file
Jass Bagga 57697baedb
Tolerate leading "~/" or "/" (#509)
2018-01-11 13:00:01 -08:00
.github
benchmarks/Microsoft.AspNetCore.Routing.Performance Revert Dispatcher changes (#508) 2018-01-10 12:53:17 -08:00
build
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
.gitattributes
.gitignore
.travis.yml
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
korebuild.json
run.cmd
run.ps1
run.sh
version.props

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.