TfsHostTypeConstraint.IRouteConstraint.Match-Methode
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
)
Parameter
- httpContext
Typ: System.Web.HttpContextBase
- route
Typ: System.Web.Routing.Route
- parameterName
Typ: System.String
- values
Typ: System.Web.Routing.RouteValueDictionary
- routeDirection
Typ: System.Web.Routing.RouteDirection
Rückgabewert
Typ: System.Boolean
Implementiert
IRouteConstraint.Match(HttpContextBase, Route, String, RouteValueDictionary, RouteDirection)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.