Delegado GitRouteRegistration.InstantiateRouteMethod
Namespace: Microsoft.TeamFoundation.Git.Server.Routing
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
Public Delegate Function InstantiateRouteMethod ( _
address As String, _
handler As IRouteHandler _
) As Route
public delegate Route InstantiateRouteMethod(
string address,
IRouteHandler handler
)
Parâmetros
- address
Tipo: System.String
- handler
Tipo: System.Web.Routing.IRouteHandler
Valor de retorno
Tipo: System.Web.Routing.Route