2 references to BindParameterFromBody
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
754return BindParameterFromBody(parameter, bodyAttribute.AllowEmpty, factoryContext); 922return BindParameterFromBody(parameter, allowEmpty: false, factoryContext);