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