EndpointBuilder.RequestDelegate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來處理端點要求的委派。
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