ModelBinderProviderCollection Constructor (IList(Of IModelBinderProvider))
Initializes a new instance of the ModelBinderProviderCollection class using a list of model binder providers.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ list As IList(Of IModelBinderProvider) _ ) 'Usage Dim list As IList(Of IModelBinderProvider) Dim instance As New ModelBinderProviderCollection(list)
Parameters
- list
- Type: System.Collections.Generic.IList(Of IModelBinderProvider)
A list of model binder providers.
Show: