Share via


MaxLengthRouteConstraint Constructor (Int32)

 

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

Syntax

public MaxLengthRouteConstraint(
    int maxLength
)
public:
MaxLengthRouteConstraint(
    int maxLength
)
new : 
        maxLength:int -> MaxLengthRouteConstraint
Public Sub New (
    maxLength As Integer
)

See Also

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

Return to top