Endpoint.RequestDelegate 屬性

定義

取得用來處理端點要求的委派。

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

屬性值

適用於