Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RangeRouteConstraint class.
Namespace: System.Web.Http.Routing.Constraints
Assembly: System.Web.Http (in System.Web.Http.dll)
public RangeRouteConstraint(
long min,
long max
)
public:
RangeRouteConstraint(
long long min,
long long max
)
new :
min:int64 *
max:int64 -> RangeRouteConstraint
Public Sub New (
min As Long,
max As Long
)
min
Type: System.Int64The minimum value.
max
Type: System.Int64The maximum value.
RangeRouteConstraint Class
System.Web.Http.Routing.Constraints Namespace
Return to top