Table of Contents

Class FromRouteAttribute

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

This parameter will be binded from the Params, using the [RouteMap] template.

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

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