RouteContext(HttpContext) Constructor
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.
Creates a new instance of RouteContext for the provided httpContext
.
public:
RouteContext(Microsoft::AspNetCore::Http::HttpContext ^ httpContext);
public RouteContext (Microsoft.AspNetCore.Http.HttpContext httpContext);
new Microsoft.AspNetCore.Routing.RouteContext : Microsoft.AspNetCore.Http.HttpContext -> Microsoft.AspNetCore.Routing.RouteContext
Public Sub New (httpContext As HttpContext)
Parameters
- httpContext
- HttpContext
The HttpContext associated with the current request.