2 writes to AllowStatusCode404Response
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerTest.cs (2)
621
options.
AllowStatusCode404Response
= true;
710
AllowStatusCode404Response
= false,
2 references to AllowStatusCode404Response
Microsoft.AspNetCore.Diagnostics (2)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (2)
205
if (context.Response.HasStarted || handled || _options.StatusCodeSelector != null || context.Response.StatusCode != StatusCodes.Status404NotFound || _options.
AllowStatusCode404Response
)
219
$"If the exception handler is expected to return 404 status responses then set {nameof(ExceptionHandlerOptions.
AllowStatusCode404Response
)} to true.", edi.SourceException));