3 references to AllowEmptyInputInBodyModelBinding
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
DefaultApiDescriptionProvider.cs (1)
309parameter.IsRequired = !mvcOptions.AllowEmptyInputInBodyModelBinding;
Microsoft.AspNetCore.Mvc.Core (2)
FromBodyAttribute.cs (1)
51/// The default behavior is to use framework defaults as configured by <see cref="MvcOptions.AllowEmptyInputInBodyModelBinding"/>.
ModelBinding\Binders\BodyModelBinderProvider.cs (1)
98return options?.AllowEmptyInputInBodyModelBinding ?? false;