Class FromCookiesAttribute
This parameter will be binded from the Request Cookies.
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromCookiesAttribute : Attribute
- Inheritance
-
objectAttributeFromCookiesAttribute
Fields
Key
Explicitly defined the key to be used for lookup. By default (Key=null) is the parameter name
public string? Key