다음을 통해 공유


StringLengthAttributeAdapter 생성자

정의

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

public StringLengthAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.StringLengthAttribute attribute);
new System.Web.Mvc.StringLengthAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.StringLengthAttribute -> System.Web.Mvc.StringLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As StringLengthAttribute)

매개 변수

metadata
ModelMetadata

모델 메타데이터입니다.

context
ControllerContext

컨트롤러 컨텍스트입니다.

attribute
StringLengthAttribute

문자열 길이 특성입니다.

적용 대상