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