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

プロパティ値

適用対象