ModelBinderProviderCollection Methods

The ModelBinderProviderCollection type exposes the following members.

  Name Description
Public method Add (Inherited from Collection(Of IModelBinderProvider).)
Public method Clear (Inherited from Collection(Of IModelBinderProvider).)
Protected method ClearItems (Inherited from Collection(Of IModelBinderProvider).)
Public method Contains (Inherited from Collection(Of IModelBinderProvider).)
Public method CopyTo (Inherited from Collection(Of IModelBinderProvider).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBinder Returns a model binder of the specified type.
Public method GetEnumerator (Inherited from Collection(Of IModelBinderProvider).)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection(Of IModelBinderProvider).)
Public method Insert (Inherited from Collection(Of IModelBinderProvider).)
Protected method InsertItem Inserts a model binder provider into the ModelBinderProviderCollection at the specified index. (Overrides Collection(Of T).InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection(Of IModelBinderProvider).)
Public method RemoveAt (Inherited from Collection(Of IModelBinderProvider).)
Protected method RemoveItem (Inherited from Collection(Of IModelBinderProvider).)
Protected method SetItem Replaces the model binder provider element at the specified index. (Overrides Collection(Of T).SetItem(Int32, T).)
Public method ToString (Inherited from Object.)
Top
Show: