1 implementation of IConfigureEmptyBodyBehavior
Microsoft.AspNetCore.Mvc.Core (1)
FromBodyAttribute.cs (1)
41public class FromBodyAttribute : Attribute, IBindingSourceMetadata, IConfigureEmptyBodyBehavior, IFromBodyMetadata
2 references to IConfigureEmptyBodyBehavior
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\BindingInfo.cs (2)
172foreach (var configureEmptyBodyBehavior in attributes.OfType<IConfigureEmptyBodyBehavior>())