Share via


IntRouteConstraint.Match Method (HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)

 

Namespace:   System.Web.Mvc.Routing.Constraints
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public bool Match(
    HttpContextBase httpContext,
    Route route,
    string parameterName,
    RouteValueDictionary values,
    RouteDirection routeDirection
)

Return Value

Type: System.Boolean

Implements

IRouteConstraint.Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)

See Also

IntRouteConstraint Class
System.Web.Mvc.Routing.Constraints Namespace

Return to top