RouteCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持管理多个路由的集合。
public ref class RouteCollection : Microsoft::AspNetCore::Routing::IRouteCollection, Microsoft::AspNetCore::Routing::IRouter
public class RouteCollection : Microsoft.AspNetCore.Routing.IRouteCollection, Microsoft.AspNetCore.Routing.IRouter
type RouteCollection = class
interface IRouteCollection
interface IRouter
Public Class RouteCollection
Implements IRouteCollection, IRouter
- 继承
-
RouteCollection
- 实现
构造函数
RouteCollection() |
支持管理多个路由的集合。 |
属性
Count |
获取集合中注册的路由总数。 |
Item[Int32] |
获取给定索引处的路由。 |
方法
Add(IRouter) |
追加 在 中 |
GetVirtualPath(VirtualPathContext) |
返回与 中提供的路由详细信息关联的 URL |
RouteAsync(RouteContext) |
基于当前 |