-Renamed RouteTemplate -> RoutePattern -Made immutable -Added Builder -Lots of fixes to parser to support new design There are a few small issues logged for follow-up but this is mostly in the place I want it design-wise. |
||
|---|---|---|
| benchmarks | ||
| build | ||
| samples | ||
| shared | ||
| 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 | ||
| run.cmd | ||
| run.ps1 | ||
| run.sh | ||
| version.xml | ||
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.