共用方式為


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

模型繫結器類型。

適用於