ModelBinderProviderCollection Constructor
Initializes a new instance of the ModelBinderProviderCollection class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ModelBinderProviderCollection() | Initializes a new instance of the ModelBinderProviderCollection class. |
![]() | ModelBinderProviderCollection(IList(Of IModelBinderProvider)) | Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers. |
ModelBinderProviderCollection Constructor ()
Initializes a new instance of the ModelBinderProviderCollection class.
ModelBinderProviderCollection Constructor (IList(Of IModelBinderProvider))
Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers.
Parameters
- list
-
Type:
System.Collections.Generic.IList(Of IModelBinderProvider)
A list of model binder providers.
Show:
