You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This is a new model binding attribute that specifies that the value should come from a header value on the request.
This will allow binding a header value on an action parameter or property (of a DTO) as a string, or string[] - based on the value of Request.Headers.Get(..)/GetValues(...)