Go to file
Ryan Nowak cc501bc025 HttpMethodConstraint -> HttpMethodRouteConstraint
This is consistent with other constraint types in routing, and avoids a
naming conflict with MVC.

This is a change **away** from the names used in System.Web and
System.Web.Http.Routing, but it seems worth doing for consistency and
clarity.
2015-12-14 10:10:17 -08:00
samples/RoutingSample.Web Add IRouteHandler, RouteBase, and IRoutingFeature 2015-12-10 17:55:03 -08:00
src HttpMethodConstraint -> HttpMethodRouteConstraint 2015-12-14 10:10:17 -08:00
test HttpMethodConstraint -> HttpMethodRouteConstraint 2015-12-14 10:10:17 -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.