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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
benchmarks/Microsoft.AspNetCore.Routing.Performance Support RoutePattern required values in matcher and link generator 2018-12-04 12:14:35 +13:00
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
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 Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
Routing.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
Settings.StyleCop Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
THIRD-PARTY-NOTICES Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:16:11 -08:00

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.