4 references to Header
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
268
return (BindingSource.
Header
, headerAttribute.Name ?? parameter.Name ?? string.Empty, false, parameterType);
Microsoft.AspNetCore.Mvc.Core (3)
FromHeaderAttribute.cs (1)
31
public BindingSource BindingSource => BindingSource.
Header
;
ModelBinding\Binders\HeaderModelBinder.cs (1)
15
/// has the binding source <see cref="BindingSource.
Header
"/>.
ModelBinding\Binders\HeaderModelBinderProvider.cs (1)
23
!bindingInfo.BindingSource.CanAcceptDataFrom(BindingSource.
Header
))