1 write to ThrowOnBadRequest
Microsoft.AspNetCore.Routing (1)
ConfigureRouteHandlerOptions.cs (1)
22
options.
ThrowOnBadRequest
= true;
1 reference to ThrowOnBadRequest
Microsoft.AspNetCore.Routing (1)
Builder\EndpointRouteBuilderExtensions.cs (1)
459
var throwOnBadRequest = routeHandlerOptions?.Value.
ThrowOnBadRequest
?? false;