* Introduce RoutePattern Introduces RoutePattern - a new parser and representation for routing templates, defaults, and constraints. This is a new representation for all of the 'inputs' to routing that is immutable and captures 'out of line' information for defaults and constraints. This will allow us to unify the handling of constraints and values from attribute style routes and conventional style routes. |
||
|---|---|---|
| .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.