ViewDataDictionary.Item Property
Gets or sets the item that is associated with the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- key
- Type: System.String
The key.
Implements
IDictionary(TKey, TValue).Item(TKey)
Show: