MaxRouteConstraint Constructor (Int64)
Initializes a new instance of the MaxRouteConstraint class.
Namespace: System.Web.Mvc.Routing.Constraints
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public MaxRouteConstraint(
long max
)
public:
MaxRouteConstraint(
long long max
)
new :
max:int64 -> MaxRouteConstraint
Public Sub New (
max As Long
)
Parameters
max
Type: System.Int64The maximum value.
See Also
MaxRouteConstraint Class
System.Web.Mvc.Routing.Constraints Namespace
Return to top