ModelBinderProviderCollection Constructor (IList(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)
public function ModelBinderProviderCollection( list : IList<IModelBinderProvider> )
Parameters
- list
- Type: System.Collections.Generic.IList(IModelBinderProvider)
A list of model binder providers.
Show: