GitRouteRegistration.InstantiateRouteMethod, délégué
Espace de noms : Microsoft.TeamFoundation.Git.Server.Routing
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
Public Delegate Function InstantiateRouteMethod ( _
address As String, _
handler As IRouteHandler _
) As Route
public delegate Route InstantiateRouteMethod(
string address,
IRouteHandler handler
)
Paramètres
- address
Type : System.String
- handler
Type : System.Web.Routing.IRouteHandler
Valeur de retour
Type : System.Web.Routing.Route