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