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)

取代位於指定之索引處的模型繫結器提供者項目。

適用於