Table of Contents

Class FromHeadersAttribute

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

This parameter will be binded from the Request Headers.

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

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