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) |
根據目前的 |