RangeRouteConstraint.Max Property
Gets the maximum value of the route parameter.
Namespace: System.Web.Http.Routing.Constraints
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public long Max {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property long long Max {
[CompilerGeneratedAttribute]
long long get();
[CompilerGeneratedAttribute]
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
RangeRouteConstraint Class
System.Web.Http.Routing.Constraints Namespace
Return to top