C# Class RestfulRouting.RestfulHttpMethodConstraint

Inheritance: System.Web.Routing.HttpMethodConstraint
Afficher le fichier Open project: restful-routing/restful-routing

Méthodes publiques

Méthode Description
RestfulHttpMethodConstraint ( ) : System

Méthodes protégées

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

Method Details

Match() protected méthode

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
Résultat bool

RestfulHttpMethodConstraint() public méthode

public RestfulHttpMethodConstraint ( ) : System
Résultat System