ExceptionHandlerOptions.AllowStatusCode404Response Property
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.
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