RouteHandler(RequestDelegate) 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.
Constructs a new RouteHandler instance.
public:
RouteHandler(Microsoft::AspNetCore::Http::RequestDelegate ^ requestDelegate);
public RouteHandler (Microsoft.AspNetCore.Http.RequestDelegate requestDelegate);
new Microsoft.AspNetCore.Routing.RouteHandler : Microsoft.AspNetCore.Http.RequestDelegate -> Microsoft.AspNetCore.Routing.RouteHandler
Public Sub New (requestDelegate As RequestDelegate)
Parameters
- requestDelegate
- RequestDelegate
The delegate used to process requests.