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

属性值

注解

为指定的 (非null) IModelBinder 实现设置此属性的子类和设置BindingSourceCustom是否不正确。

适用于