RangeRouteConstraint.Min Property
Gets the minimum value of the route parameter.
Namespace: System.Web.Http.Routing.Constraints
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public long Min {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property long long Min {
[CompilerGeneratedAttribute]
long long get();
[CompilerGeneratedAttribute]
private: void set(long long value);
}
member Min : int64 with get, private set
Public Property Min As Long
Get
Private Set
End Property
Property Value
Type: System.Int64
The minimum value of the route parameter.
See Also
RangeRouteConstraint Class
System.Web.Http.Routing.Constraints Namespace
Return to top