FromHeaderAttribute Class

Summary

Specifies that a parameter or property should be bound using the request headers.

Syntax

public class FromHeaderAttribute : Attribute, _Attribute, IBindingSourceMetadata, IModelNameProvider

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.FromHeaderAttribute

Properties

BindingSource()
Return type:Microsoft.AspNet.Mvc.ModelBinding.BindingSource
public BindingSource BindingSource { get; }
Name()
Return type:System.String
public string Name { get; set; }