Share via


IRouteCollection インターフェイス

定義

新しいルートの追加をサポートするルーターのインターフェイス。

public interface class IRouteCollection : Microsoft::AspNetCore::Routing::IRouter
public interface IRouteCollection : Microsoft.AspNetCore.Routing.IRouter
type IRouteCollection = interface
    interface IRouter
Public Interface IRouteCollection
Implements IRouter
派生
実装

メソッド

Add(IRouter)

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

GetVirtualPath(VirtualPathContext)

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

(継承元 IRouter)
RouteAsync(RouteContext)

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

(継承元 IRouter)

適用対象