Share via


EndpointBuilder.RequestDelegate 属性

定义

获取或设置用于处理终结点请求的委托。

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ RequestDelegate { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); void set(Microsoft::AspNetCore::Http::RequestDelegate ^ value); };
public Microsoft.AspNetCore.Http.RequestDelegate RequestDelegate { get; set; }
public Microsoft.AspNetCore.Http.RequestDelegate? RequestDelegate { get; set; }
member this.RequestDelegate : Microsoft.AspNetCore.Http.RequestDelegate with get, set
Public Property RequestDelegate As RequestDelegate

属性值

适用于