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