CollectionModelBinder<'TElement> Class
Maps a browser request to a collection.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
System.Object
Microsoft.Web.Mvc.ModelBinding.CollectionModelBinder<'TElement>
Microsoft.Web.Mvc.ModelBinding.ArrayModelBinder<'TElement>
Microsoft.Web.Mvc.ModelBinding.DictionaryModelBinder<'TKey, 'TValue>
Microsoft.Web.Mvc.ModelBinding.CollectionModelBinder<'TElement>
Microsoft.Web.Mvc.ModelBinding.ArrayModelBinder<'TElement>
Microsoft.Web.Mvc.ModelBinding.DictionaryModelBinder<'TKey, 'TValue>
| Name | Description | |
|---|---|---|
![]() | CollectionModelBinder<'TElement>() | Initializes a new instance of the CollectionModelBinder<'TElement> class. |
| Name | Description | |
|---|---|---|
![]() | BindModel(ControllerContext, ExtensibleModelBindingContext) | Binds the model by using the specified controller context and binding context. |
![]() | CreateOrReplaceCollection(ControllerContext, ExtensibleModelBindingContext, IList<'TElement>) | Provides a way for derived classes to manipulate the collection before returning it from the binder. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

