Udostępnij za pośrednictwem


MaxLengthRouteConstraint(Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy MaxLengthRouteConstraint.

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)

Parametry

maxLength
Int32

Maksymalna długość dozwolona dla parametru trasy.

Dotyczy