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