Table of Contents

Class FromCookiesAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Abstractions.dll

This parameter will be binded from the Request Cookies.

[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromCookiesAttribute : Attribute
Inheritance
object
Attribute
FromCookiesAttribute

Fields

Key

Explicitly defined the key to be used for lookup. By default (Key=null) is the parameter name

public string? Key

Field Value

string