ModelBinderAttribute.BinderType 속성

정의

TypeIModelBinder구현하는 입니다.

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 구현에 대해 가 올바르지 않으면 Custom 를 설정합니다BindingSource.null

적용 대상