GitRouteRegistration.InstantiateRouteMethod 대리자
네임스페이스: Microsoft.TeamFoundation.Git.Server.Routing
어셈블리: Microsoft.TeamFoundation.Git.Server(Microsoft.TeamFoundation.Git.Server.dll)
구문
‘선언
Public Delegate Function InstantiateRouteMethod ( _
address As String, _
handler As IRouteHandler _
) As Route
public delegate Route InstantiateRouteMethod(
string address,
IRouteHandler handler
)
매개 변수
- address
형식: System.String
- handler
형식: System.Web.Routing.IRouteHandler