Share via


MaxRouteConstraint Constructor (Int64)

 

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

Syntax

public MaxRouteConstraint(
    long max
)
public:
MaxRouteConstraint(
    long long max
)
new : 
        max:int64 -> MaxRouteConstraint
Public Sub New (
    max As Long
)

Parameters

See Also

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

Return to top