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:
ModelBinderProviderCollection(
	IList<IModelBinderProvider^>^ list
)

Parameters

list
Type: System.Collections.Generic::IList<IModelBinderProvider>

A list of model binder providers.

Show: