Go to file
Ryan Nowak 604fc6bb54 Fix #248 Add HttpMethodRouteConstraint
Constraint code ported from WebAPI2. Tests are new.

Also a bunch of misc cleanup for constraints.
- Move IRouteConstraint to abstractions
- Fix namespace of a constraint
- Some general style cleanup
- use RouteValueDictionary in the public API
2015-12-14 08:52:47 -08:00
samples/RoutingSample.Web Add IRouteHandler, RouteBase, and IRoutingFeature 2015-12-10 17:55:03 -08:00
src Fix #248 Add HttpMethodRouteConstraint 2015-12-14 08:52:47 -08:00
test Fix #248 Add HttpMethodRouteConstraint 2015-12-14 08:52:47 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Add Routing.Abstractions 2015-12-02 16:43:35 -08:00
README.md
Routing.sln Add Routing.Abstractions 2015-12-02 16:43:35 -08:00
Settings.StyleCop
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.