1 implementation of Match
System.Web (1)
Routing\HttpMethodConstraint.cs (1)
77bool IRouteConstraint.Match(HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection) {
1 reference to Match
System.Web (1)
Routing\Route.cs (1)
154return customConstraint.Match(httpContext, this, parameterName, values, routeDirection);