1 write to DisableInferBodyFromParameters
Microsoft.AspNetCore.Routing (1)
RouteEndpointDataSource.cs (1)
296
DisableInferBodyFromParameters
= ShouldDisableInferredBodyParameters(entry.HttpMethods),
1 reference to DisableInferBodyFromParameters
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
288
DisableInferredFromBody = options?.
DisableInferBodyFromParameters
?? false,