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

属性值

适用于