зеркало из https://github.com/aspnet/Routing.git
[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
ef6f326188
Also reduced the count of entries of the max iteration to 25. The main issue that we're trying to solve right now is which approach is the best with a small number of entries. Going up to 100 takes a loooong time, and all of the dictionary-based approaches scale well above 10 or so entries. |
||
---|---|---|
.vsts-pipelines/builds | ||
benchmarkapps/Benchmarks | ||
benchmarks | ||
build | ||
samples | ||
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources | ||
src | ||
test | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
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 | ||
korebuild.json | ||
run.cmd | ||
run.ps1 | ||
run.sh | ||
version.props |
README.md
ASP.NET Routing
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.