StatusCodeContext Class

Definition

Contains information used by the handler of the StatusCodePagesMiddleware.

public ref class StatusCodeContext
public class StatusCodeContext
type StatusCodeContext = class
Public Class StatusCodeContext
Inheritance
StatusCodeContext

Constructors

StatusCodeContext(HttpContext, StatusCodePagesOptions, RequestDelegate)

Creates a new StatusCodeContext.

Properties

HttpContext

Gets the HttpContext.

Next

Gets the RequestDelegate representing the next middleware in the pipeline.

Options

Gets the configured StatusCodePagesOptions.

Applies to