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

プロパティ値

適用対象