다음을 통해 공유


MinLengthRouteConstraint(Int32) 생성자

정의

MinLengthRouteConstraint 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

minLength
Int32

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

적용 대상