Share via


MinRouteConstraint Constructor (Int64)

 

Initializes a new instance of the MinRouteConstraint class.

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

Syntax

public MinRouteConstraint(
    long min
)
public:
MinRouteConstraint(
    long long min
)
new : 
        min:int64 -> MinRouteConstraint
Public Sub New (
    min As Long
)

Parameters

See Also

MinRouteConstraint Class
System.Web.Mvc.Routing.Constraints Namespace

Return to top