Go to file
Ryan Nowak ce9ace84fd
Merge pull request #839 from aspnet/rynowak/fix-837
Fix Routing#837
2018-10-05 22:26:27 -07:00
.vsts-pipelines/builds
…
benchmarkapps/Benchmarks
…
benchmarks/Microsoft.AspNetCore.Routing.Performance Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
build Update dependencies.props 2018-09-30 12:29:32 -07:00
samples/RoutingSample.Web Make endpoint selector policies per-candidate-set 2018-10-05 21:03:59 -07:00
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
…
src Merge pull request #839 from aspnet/rynowak/fix-837 2018-10-05 22:26:27 -07:00
test Merge pull request #839 from aspnet/rynowak/fix-837 2018-10-05 22:26:27 -07:00
tools/Swaggatherer
…
.appveyor.yml
…
.gitattributes
…
.gitignore Add .etl to .gitignore (PerfView) 2018-09-29 10:47:14 -07:00
.travis.yml
…
CONTRIBUTING.md
…
Directory.Build.props
…
Directory.Build.targets
…
LICENSE.txt
…
NuGet.config
…
NuGetPackageVerifier.json
…
README.md
…
Routing.sln
…
Settings.StyleCop
…
THIRD-PARTY-NOTICES
…
build.cmd
…
build.sh
…
korebuild-lock.txt Update dependencies.props 2018-09-30 12:29:32 -07:00
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.