StatusCodeContext Class
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.
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. |