Go to file
Ryan Nowak 08a64048da Redesign public API for templates
-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.
2017-10-19 09:41:45 -07:00
benchmarks Port TemplateParser to Dispatcher project (#473) 2017-10-17 11:52:26 -07:00
build
samples
shared
src Redesign public API for templates 2017-10-19 09:41:45 -07:00
test Redesign public API for templates 2017-10-19 09:41:45 -07:00
.appveyor.yml Update bootstrappers 2017-10-09 12:44:57 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
Directory.Build.props Set RepositoryRoot 2017-10-13 14:42:32 -07:00
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln
Settings.StyleCop
build.cmd Update bootstrappers 2017-10-09 12:44:57 -07:00
build.sh Update bootstrappers 2017-10-09 12:44:57 -07:00
run.cmd Update bootstrappers 2017-10-09 12:44:57 -07:00
run.ps1 Update bootstrappers 2017-10-09 12:44:57 -07:00
run.sh Update bootstrappers 2017-10-09 12:44:57 -07:00
version.xml

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.