C# 클래스 Rock.Rest.Constraints.ValidControllerNameConstraint

상속: IHttpRouteConstraint
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
Match ( System request, IHttpRoute route, string parameterName, object>.IDictionary values, HttpRouteDirection routeDirection ) : bool

Determines whether this instance equals a specified route.

메소드 상세

Match() 공개 메소드

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.
리턴 bool