StatusCodePagesOptions Constructor
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.
Creates a default StatusCodePagesOptions whose handler attempts to generate a ProblemDetails response using IProblemDetailsService, and falls back to a plaintext response containing the status code and reason phrase when that service is unavailable or cannot write a response.
public:
StatusCodePagesOptions();
public StatusCodePagesOptions();
Public Sub New ()