ModelBinderProviderCollection クラス

定義

ここのコンテンツは更新されません。ここに資料を追加しないでください。

public class ModelBinderProviderCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IModelBinderProvider>
type ModelBinderProviderCollection = class
    inherit Collection<IModelBinderProvider>
Public Class ModelBinderProviderCollection
Inherits Collection(Of IModelBinderProvider)
継承
ModelBinderProviderCollection

コンストラクター

ModelBinderProviderCollection()

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

ModelBinderProviderCollection(IList<IModelBinderProvider>)

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

メソッド

ClearItems()

コレクションからすべての要素を削除します。

GetBinder(Type)

指定した型のモデル バインダーを返します。

InsertItem(Int32, IModelBinderProvider)

指定したインデックス位置にある ModelBinderProviderCollection にモデル バインダー プロバイダーを挿入します。

RemoveItem(Int32)

コレクションの指定したインデックス位置にある 要素を削除します。

SetItem(Int32, IModelBinderProvider)

指定したインデックス位置にあるモデル バインダー プロバイダー要素を置き換えます。

適用対象