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.
Initializes a new instance of the ModelBinderProviderCollection class.
Overloads
ModelBinderProviderCollection() |
Initializes a new instance of the ModelBinderProviderCollection class. |
ModelBinderProviderCollection(IList<ModelBinderProvider>) |
Initializes a new instance of the ModelBinderProviderCollection class by using the specified list of model binder providers. |
ModelBinderProviderCollection()
Initializes a new instance of the ModelBinderProviderCollection class.
public:
ModelBinderProviderCollection();
public ModelBinderProviderCollection ();
Public Sub New ()
Applies to
ModelBinderProviderCollection(IList<ModelBinderProvider>)
Initializes a new instance of the ModelBinderProviderCollection class by using the specified list of model binder providers.
public:
ModelBinderProviderCollection(System::Collections::Generic::IList<System::Web::ModelBinding::ModelBinderProvider ^> ^ list);
public ModelBinderProviderCollection (System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> list);
new System.Web.ModelBinding.ModelBinderProviderCollection : System.Collections.Generic.IList<System.Web.ModelBinding.ModelBinderProvider> -> System.Web.ModelBinding.ModelBinderProviderCollection
Public Sub New (list As IList(Of ModelBinderProvider))
Parameters
- list
- IList<ModelBinderProvider>
The list of model binder providers.