Route.OnRouteMatched(RouteContext) Methode

Definition

Wird bei jedem Routing asynchron ausgeführt.

protected:
 override System::Threading::Tasks::Task ^ OnRouteMatched(Microsoft::AspNetCore::Routing::RouteContext ^ context);
protected override System.Threading.Tasks.Task OnRouteMatched (Microsoft.AspNetCore.Routing.RouteContext context);
override this.OnRouteMatched : Microsoft.AspNetCore.Routing.RouteContext -> System.Threading.Tasks.Task
Protected Overrides Function OnRouteMatched (context As RouteContext) As Task

Parameter

context
RouteContext

Eine RouteContext-Instanz.

Gibt zurück

Gilt für: