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

モデル バインダーの種類。

適用対象