Share via


ExceptionHandlerOptions.AllowStatusCode404Response Property

Definition

This value controls whether the ExceptionHandlerMiddleware should consider a response with a 404 status code to be a valid result of executing the ExceptionHandler. The default value is false and the middleware will consider 404 status codes to be an error on the server and will therefore rethrow the original exception.

public:
 property bool AllowStatusCode404Response { bool get(); void set(bool value); };
public bool AllowStatusCode404Response { get; set; }
member this.AllowStatusCode404Response : bool with get, set
Public Property AllowStatusCode404Response As Boolean

Property Value

Applies to