C# Class Rock.Rest.Constraints.ValidControllerNameConstraint

Inheritance: IHttpRouteConstraint
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
Match ( System request, IHttpRoute route, string parameterName, object>.IDictionary values, HttpRouteDirection routeDirection ) : bool

Determines whether this instance equals a specified route.

Method Details

Match() public méthode

Determines whether this instance equals a specified route.
public Match ( System request, IHttpRoute route, string parameterName, object>.IDictionary values, HttpRouteDirection routeDirection ) : bool
request System The request.
route IHttpRoute The route to compare.
parameterName string The name of the parameter.
values object>.IDictionary A list of parameter values.
routeDirection HttpRouteDirection The route direction.
Résultat bool