RouteContext Class
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.
A context object for RouteAsync(RouteContext).
public ref class RouteContext
C#
public class RouteContext
type RouteContext = class
Public Class RouteContext
- Inheritance
-
RouteContext
Route |
Creates a new instance of RouteContext for the provided |
Handler |
Gets or sets the handler for the request. An IRouter should set Handler when it matches. |
Http |
Gets the HttpContext associated with the current request. |
Route |
Gets or sets the RouteData associated with the current context. |
Produk | Versi |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |