ModelBinderProviderCollection Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
No content here will be updated; please do not add material here.
public class ModelBinderProviderCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IModelBinderProvider>
type ModelBinderProviderCollection = class
inherit Collection<IModelBinderProvider>
Public Class ModelBinderProviderCollection
Inherits Collection(Of IModelBinderProvider)
- Inheritance
-
ModelBinderProviderCollection
Model |
Initializes a new instance of the ModelBinderProviderCollection class. |
Model |
Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers. |
Clear |
Removes all elements from the collection. |
Get |
Returns a model binder of the specified type. |
Insert |
Inserts a model binder provider into the ModelBinderProviderCollection at the specified index. |
Remove |
Removes the element at the specified index of the collection. |
Set |
Replaces the model binder provider element at the specified index. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |