INamedRouter インターフェイス

定義

名前を持つ の IRouter インターフェイス。

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

プロパティ

Name

ルーターの名前。 null を使用できます。

メソッド

GetVirtualPath(VirtualPathContext)

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

(継承元 IRouter)
RouteAsync(RouteContext)

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

(継承元 IRouter)

適用対象