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