Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private Function Match ( _
    httpContext As HttpContextBase, _
    route As Route, _
    parameterName As String, _
    values As RouteValueDictionary, _
    routeDirection As RouteDirection _
) As Boolean Implements IRouteConstraint.Match
bool IRouteConstraint.Match(
    HttpContextBase httpContext,
    Route route,
    string parameterName,
    RouteValueDictionary values,
    RouteDirection routeDirection
)
private:
virtual bool Match(
    HttpContextBase^ httpContext, 
    Route^ route, 
    String^ parameterName, 
    RouteValueDictionary^ values, 
    RouteDirection routeDirection
) sealed = IRouteConstraint::Match
private abstract Match : 
        httpContext:HttpContextBase * 
        route:Route * 
        parameterName:string * 
        values:RouteValueDictionary * 
        routeDirection:RouteDirection -> bool  
private override Match : 
        httpContext:HttpContextBase * 
        route:Route * 
        parameterName:string * 
        values:RouteValueDictionary * 
        routeDirection:RouteDirection -> bool
JScript does not support explicit interface implementations.
Parameters
- httpContext
 Type: System.Web.HttpContextBase
- route
 Type: System.Web.Routing.Route
- parameterName
 Type: System.String
- values
 Type: System.Web.Routing.RouteValueDictionary
- routeDirection
 Type: System.Web.Routing.RouteDirection
Return Value
Type: System.Boolean
Implements
IRouteConstraint.Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.