Share via


StatusCodeContext.Next Property

Definition

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

Property Value

Applies to