aspnetcore/src/Routing
Ryan Brandenburg ee050a4725 Merge remote-tracking branch 'Routing/rybrande/release22ToSrc' into rybrande/Mondo2.2 2018-11-21 16:35:57 -08:00
..
benchmarkapps/Benchmarks Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
benchmarks/Microsoft.AspNetCore.Routing.Performance Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
samples/RoutingSandbox Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
tools/Swaggatherer Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
Directory.Build.props Merge remote-tracking branch 'Routing/rybrande/release22ToSrc' into rybrande/Mondo2.2 2018-11-21 16:35:57 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
Routing.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
Settings.StyleCop Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
THIRD-PARTY-NOTICES Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:10:55 -08:00

README.md

ASP.NET Routing

AppVeyor: AppVeyor

Travis: Travis

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.