GitRouteRegistration.RegisterGitRoutes 方法 (GitRouteType, String, String, RouteValueDictionary, RouteValueDictionary, IRouteHandler)
“_git”方法区域注册路由
命名空间: Microsoft.TeamFoundation.Git.Server.Routing
程序集: Microsoft.TeamFoundation.Git.Server(在 Microsoft.TeamFoundation.Git.Server.dll 中)
语法
声明
Public Shared Sub RegisterGitRoutes ( _
type As GitRouteType, _
name As String, _
postRepositoryPath As String, _
defaults As RouteValueDictionary, _
constraints As RouteValueDictionary, _
routeHandler As IRouteHandler _
)
public static void RegisterGitRoutes(
GitRouteType type,
string name,
string postRepositoryPath,
RouteValueDictionary defaults,
RouteValueDictionary constraints,
IRouteHandler routeHandler
)
参数
- type
类型:Microsoft.TeamFoundation.Git.Server.Routing.GitRouteType
git 方法的类型
- name
类型:System.String
友好名称方法
- postRepositoryPath
类型:System.String
路由在该 URL 之后的“_git”部分提供的路径/模板
- defaults
类型:System.Web.Routing.RouteValueDictionary
默认路由值
- constraints
类型:System.Web.Routing.RouteValueDictionary
方法约束
- routeHandler
类型:System.Web.Routing.IRouteHandler
此方法的处理程序
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。