BindingMetadata.BinderType 属性

定义

获取或设置TypeIModelBinder用于绑定模型的实现的 。 请参阅 BinderType

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

适用于