RouteHandler クラス

定義

特定のルートに対して実行されるハンドラーの実装をサポートします。

public ref class RouteHandler : Microsoft::AspNetCore::Routing::IRouteHandler, Microsoft::AspNetCore::Routing::IRouter
public class RouteHandler : Microsoft.AspNetCore.Routing.IRouteHandler, Microsoft.AspNetCore.Routing.IRouter
type RouteHandler = class
    interface IRouteHandler
    interface IRouter
Public Class RouteHandler
Implements IRouteHandler, IRouter
継承
RouteHandler
実装

コンストラクター

RouteHandler(RequestDelegate)

新しい RouteHandler インスタンスを作成します。

メソッド

GetRequestHandler(HttpContext, RouteData)

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

GetVirtualPath(VirtualPathContext)

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

RouteAsync(RouteContext)

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

適用対象