Go to file
Pranav K 54b8104b6b
Use dotnet-core feed in repos
2018-03-06 10:05:49 -08:00
.github
benchmarks/Microsoft.AspNetCore.Routing.Performance
build Use dotnet-core feed in repos 2018-03-06 10:05:49 -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-02-26 11:14:30 -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 Use FeatureBranchVersionSuffix when generating VersionSuffix 2018-02-21 18:27:11 -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.