Share via


MaxRouteConstraint.Max Property

 

Gets the maximum value of the route parameter.

Namespace:   System.Web.Mvc.Routing.Constraints
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public long Max { get; private set; }
public:
property long long Max {
    long long get();
    private: void set(long long value);
}
member Max : int64 with get, private set
Public Property Max As Long
    Get
    Private Set
End Property

Property Value

Type: System.Int64

The maximum value of the route parameter.

See Also

MaxRouteConstraint Class
System.Web.Mvc.Routing.Constraints Namespace

Return to top