Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ValueProviderCollection class and registers the specified value providers.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
list As IList(Of IValueProvider) _
)
public ValueProviderCollection(
IList<IValueProvider> list
)
public:
ValueProviderCollection(
IList<IValueProvider^>^ list
)
Parameters
- list
Type: System.Collections.Generic.IList<IValueProvider>
A list of value providers to register.