ValueProviderCollection Constructor
Initializes a new instance of the ValueProviderCollection class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ValueProviderCollection() | Initializes a new instance of the ValueProviderCollection class. |
![]() | ValueProviderCollection(IList<IValueProvider>) | Initializes a new instance of the ValueProviderCollection class and registers the specified value providers. |
ValueProviderCollection Constructor ()
Initializes a new instance of the ValueProviderCollection class.
ValueProviderCollection Constructor (IList<IValueProvider>)
Initializes a new instance of the ValueProviderCollection class and registers the specified value providers.
Parameters
- list
-
Type:
System.Collections.Generic.IList<IValueProvider>
The list of value providers to register.
Show:
