RouteBase.OnRouteMatched(RouteContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes asynchronously whenever routing occurs.
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
Parameters
- context
- RouteContext
A RouteContext instance.