次の方法で共有


RouteBase.OnRouteMatched(RouteContext) メソッド

定義

ルーティングが発生するたびに非同期的に実行されます。

protected:
 abstract System::Threading::Tasks::Task ^ OnRouteMatched(Microsoft::AspNetCore::Routing::RouteContext ^ context);
protected abstract System.Threading.Tasks.Task OnRouteMatched (Microsoft.AspNetCore.Routing.RouteContext context);
abstract member OnRouteMatched : Microsoft.AspNetCore.Routing.RouteContext -> System.Threading.Tasks.Task
Protected MustOverride Function OnRouteMatched (context As RouteContext) As Task

パラメーター

context
RouteContext

RouteContext のインスタンス。

戻り値

適用対象