aspnetcore/src/Routing
James Newton-King 96cd055e05 Support RoutePattern required values in matcher and link generator 2018-12-04 12:14:35 +13:00
..
benchmarkapps/Benchmarks
benchmarks/Microsoft.AspNetCore.Routing.Performance Support RoutePattern required values in matcher and link generator 2018-12-04 12:14:35 +13:00
build
samples/RoutingSandbox Support RoutePattern required values in matcher and link generator 2018-12-04 12:14:35 +13:00
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
src Support RoutePattern required values in matcher and link generator 2018-12-04 12:14:35 +13:00
test Support RoutePattern required values in matcher and link generator 2018-12-04 12:14:35 +13:00
tools/Swaggatherer
.gitignore
Directory.Build.props
Directory.Build.targets
NuGetPackageVerifier.json
README.md
Routing.sln
Settings.StyleCop
THIRD-PARTY-NOTICES
version.props

README.md

ASP.NET Routing [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

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 AspNetCore repo.