Freigeben über


RouteBase.OnRouteMatched(RouteContext) Methode

Definition

Wird bei jedem Routing asynchron ausgeführt.

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

Parameter

context
RouteContext

Eine RouteContext-Instanz.

Gibt zurück

Gilt für: