次の方法で共有


ModelBinderProviderCollection コンストラクター

定義

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

オーバーロード

ModelBinderProviderCollection()

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

ModelBinderProviderCollection(IList<ModelBinderProvider>)

指定したモデル バインダー プロバイダーを使用して、ModelBinderProviderCollection クラスの新しいインスタンスを初期化します。

ModelBinderProviderCollection()

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

public:
 ModelBinderProviderCollection();
public ModelBinderProviderCollection ();
Public Sub New ()

適用対象

ModelBinderProviderCollection(IList<ModelBinderProvider>)

指定したモデル バインダー プロバイダーを使用して、ModelBinderProviderCollection クラスの新しいインスタンスを初期化します。

public:
 ModelBinderProviderCollection(System::Collections::Generic::IList<System::Web::ModelBinding::ModelBinderProvider ^> ^ list);
public ModelBinderProviderCollection (System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> list);
new System.Web.ModelBinding.ModelBinderProviderCollection : System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> -> System.Web.ModelBinding.ModelBinderProviderCollection
Public Sub New (list As IList(Of ModelBinderProvider))

パラメーター

list
IList<ModelBinderProvider>

モデル バインダー プロバイダーのリスト。

適用対象