BindPropertyAttribute.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

属性值

注解

对此属性进行子类化,并设置 BindingSource 是否 Custom 对指定的 (非null) IModelBinder 实现不正确。

适用于