다음을 통해 공유


BindingInfo.BinderType 속성

정의

모델을 바인딩하는 Type 데 사용되는 구현의 IModelBinder 를 가져오거나 설정합니다.

public:
 property Type ^ BinderType { Type ^ get(); void set(Type ^ value); };
public Type BinderType { get; set; }
public Type? BinderType { get; set; }
member this.BinderType : Type with get, set
Public Property BinderType As Type

속성 값

설명

또한 지정된 IModelBinder 구현이 양식 데이터, 경로 값 또는 쿼리 문자열의 값을 사용하지 않는 경우에도 설정합니다BindingSource.

적용 대상