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 DictionaryValueProvider<TValue> class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
dictionary As IDictionary(Of String, TValue), _
culture As CultureInfo _
)
public DictionaryValueProvider(
IDictionary<string, TValue> dictionary,
CultureInfo culture
)
public:
DictionaryValueProvider(
IDictionary<String^, TValue>^ dictionary,
CultureInfo^ culture
)
Parameters
- dictionary
Type: System.Collections.Generic.IDictionary<String, TValue>
The name/value pairs that are used to initialize the value provider.
- culture
Type: System.Globalization.CultureInfo
Information about a specific culture, such as the names of the culture, the writing system, and the calendar used.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The dictionary parameter is null reference (Nothing in Visual Basic). |