RouteParameter Properties |
The RouteParameter type exposes the following members.
Name | Description | |
---|---|---|
ConstraintExpression | Specifies an expression to control the allowed value range of this parameter. Use the expression variable 'Value' to access the value of the parameter. | |
Name | Specifies the name of the route parameter. It has to be same as used in the RouteUrlTemplate property of the endpoint configuration. | |
ValueType | Specifies the value type of this parameter |