RouteCollection.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:
virtual System::Threading::Tasks::Task ^ RouteAsync(Microsoft::AspNetCore::Routing::RouteContext ^ context);
public virtual System.Threading.Tasks.Task RouteAsync (Microsoft.AspNetCore.Routing.RouteContext context);
abstract member RouteAsync : Microsoft.AspNetCore.Routing.RouteContext -> System.Threading.Tasks.Task
override this.RouteAsync : Microsoft.AspNetCore.Routing.RouteContext -> System.Threading.Tasks.Task
Public Overridable Function RouteAsync (context As RouteContext) As Task
Parameters
- context
- RouteContext
A RouteContext instance.