C# Class RestfulRouting.RestfulHttpMethodConstraint

Inheritance: System.Web.Routing.HttpMethodConstraint
Show file Open project: restful-routing/restful-routing

Public Methods

Method Description
RestfulHttpMethodConstraint ( ) : System

Protected Methods

Method Description
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool

Method Details

Match() protected method

protected Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
httpContext System.Web.HttpContextBase
route System.Web.Routing.Route
parameterName string
values RouteValueDictionary
routeDirection RouteDirection
return bool

RestfulHttpMethodConstraint() public method

public RestfulHttpMethodConstraint ( ) : System
return System