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)

new : 
        list:IList<IModelBinderProvider> -> ModelBinderProviderCollection

Parameters

list
Type: System.Collections.Generic.IList(IModelBinderProvider)

A list of model binder providers.

Show: