다음을 통해 공유


MaxLengthRouteConstraint(Int32) 생성자

정의

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)

매개 변수

maxLength
Int32

경로 매개 변수에 허용되는 최대 길이입니다.

적용 대상