IRouter.RouteAsync(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.
Asynchronously routes based on the current context
.
public:
System::Threading::Tasks::Task ^ RouteAsync(Microsoft::AspNetCore::Routing::RouteContext ^ context);
public System.Threading.Tasks.Task RouteAsync (Microsoft.AspNetCore.Routing.RouteContext context);
abstract member RouteAsync : Microsoft.AspNetCore.Routing.RouteContext -> System.Threading.Tasks.Task
Public Function RouteAsync (context As RouteContext) As Task
Parameters
- context
- RouteContext
A RouteContext instance.