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