Share via


RouteHandler.RouteAsync(RouteContext) Method

Definition

Asynchronously routes based on the current context.

public System.Threading.Tasks.Task RouteAsync(Microsoft.AspNetCore.Routing.RouteContext context);

Parameters

context
RouteContext

A RouteContext instance.

Returns

Implements

Applies to