ModelBinderProviderCollection Constructors
Definition
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.
Overloads
ModelBinderProviderCollection() |
Initializes a new instance of the ModelBinderProviderCollection class. |
ModelBinderProviderCollection(IList<IModelBinderProvider>) |
Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers. |
ModelBinderProviderCollection()
Initializes a new instance of the ModelBinderProviderCollection class.
public ModelBinderProviderCollection ();
Public Sub New ()
Applies to
ModelBinderProviderCollection(IList<IModelBinderProvider>)
Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers.
public ModelBinderProviderCollection (System.Collections.Generic.IList<System.Web.Mvc.IModelBinderProvider> list);
new System.Web.Mvc.ModelBinderProviderCollection : System.Collections.Generic.IList<System.Web.Mvc.IModelBinderProvider> -> System.Web.Mvc.ModelBinderProviderCollection
Public Sub New (list As IList(Of IModelBinderProvider))
Parameters
- list
- IList<IModelBinderProvider>
A list of model binder providers.