Click or drag to resize

RouteParameter Properties

The RouteParameter type exposes the following members.

Properties
  NameDescription
Public propertyConstraintExpression
Specifies an expression to control the allowed value range of this parameter. Use the expression variable 'Value' to access the value of the parameter.
Public propertyName
Specifies the name of the route parameter. It has to be same as used in the RouteUrlTemplate property of the endpoint configuration.
Public propertyValueType
Specifies the value type of this parameter
Top
See Also