다음을 통해 공유


ModelBinderAttribute(Type) 생성자

정의

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

public ModelBinderAttribute (Type binderType);
new System.Web.Mvc.ModelBinderAttribute : Type -> System.Web.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)

매개 변수

binderType
Type

바인더의 형식입니다.

예외

binderType 매개 변수가 null인 경우

적용 대상