IRouter インターフェイス

定義

ルーターを実装するためのインターフェイス。

public interface class IRouter
public interface IRouter
type IRouter = interface
Public Interface IRouter
派生

メソッド

GetVirtualPath(VirtualPathContext)

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

RouteAsync(RouteContext)

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

適用対象