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