IRouteHandler インターフェイス

定義

ルートのハンドラーのコントラクトを定義します。

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

メソッド

GetRequestHandler(HttpContext, RouteData)

指定された RequestDelegaterouteDataに基づいて、要求を処理する を取得します。

適用対象