Table of Contents

Class FromQueryAttribute

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

This parameter will be binded from the QueryString.

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

Fields

BindOnRoot

Do not use parameter name as prefix for lookup in QueryString.

public bool BindOnRoot

Field Value

bool

Key

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

public string? Key

Field Value

string