ValueProviderFactoryCollection Constructor (IList(ValueProviderFactory))
Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- list
- Type: System.Collections.Generic.IList(ValueProviderFactory)
A list of value-provider factories to initialize the collection with.
Show: