C# Class Rock.Rest.Constraints.ValidControllerNameConstraint

Inheritance: IHttpRouteConstraint
Mostra file Open project: NewSpring/Rock

Public Methods

Method 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 method

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.
return bool