ValueProviderDictionary.Item Property
Gets or sets the ValueProviderResult object that has the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract Item : ValueProviderResult with get, set override Item : ValueProviderResult with get, set
Parameters
- key
- Type: System.String
The key.
Implements
IDictionary(TKey, TValue).Item(TKey)
Show: