StatusCodeContext.Next Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the RequestDelegate representing the next middleware in the pipeline.
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