MaxLengthRouteConstraint(Int32) Constructor

Definition

Initializes a new instance of the MaxLengthRouteConstraint class.

public:
 MaxLengthRouteConstraint(int maxLength);
public MaxLengthRouteConstraint (int maxLength);
new Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint : int -> Microsoft.AspNetCore.Routing.Constraints.MaxLengthRouteConstraint
Public Sub New (maxLength As Integer)

Parameters

maxLength
Int32

The maximum length allowed for the route parameter.

Applies to