StatusCodeContext.Next プロパティ

定義

パイプライン内の RequestDelegate 次のミドルウェアを表す を取得します。

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ Next { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); };
public Microsoft.AspNetCore.Http.RequestDelegate Next { get; }
member this.Next : Microsoft.AspNetCore.Http.RequestDelegate
Public ReadOnly Property Next As RequestDelegate

プロパティ値

適用対象