RouteCollection クラス

定義

複数のルートのコレクションの管理をサポートします。

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)

router定義されているルートのコレクションを追加します。

GetVirtualPath(VirtualPathContext)

で指定されたルートの詳細に関連付けられている URL を返します context

RouteAsync(RouteContext)

現在 contextの に基づいて非同期的にルーティングします。

適用対象