ExtensibleModelBinderAttribute(Type) 构造函数

定义

初始化 ExtensibleModelBinderAttribute 类的新实例。

public:
 ExtensibleModelBinderAttribute(Type ^ binderType);
public ExtensibleModelBinderAttribute (Type binderType);
new System.Web.ModelBinding.ExtensibleModelBinderAttribute : Type -> System.Web.ModelBinding.ExtensibleModelBinderAttribute
Public Sub New (binderType As Type)

参数

binderType
Type

模型绑定器类型。

适用于