Endpoint.RequestDelegate Property
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.
Gets the delegate used to process requests for the endpoint.
public:
property Microsoft::AspNetCore::Http::RequestDelegate ^ RequestDelegate { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); };
public Microsoft.AspNetCore.Http.RequestDelegate RequestDelegate { get; }
public Microsoft.AspNetCore.Http.RequestDelegate? RequestDelegate { get; }
member this.RequestDelegate : Microsoft.AspNetCore.Http.RequestDelegate
Public ReadOnly Property RequestDelegate As RequestDelegate