ModelBinderAttribute(Type) コンストラクター

定義

ModelBinderAttribute クラスの新しいインスタンスを初期化します。

public ModelBinderAttribute (Type binderType);
new System.Web.Mvc.ModelBinderAttribute : Type -> System.Web.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)

パラメーター

binderType
Type

バインダーの型。

例外

binderType パラメーターが null です。

適用対象