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)

abstract Item : Object with get, set 
override Item : Object with get, set

Parameters

key
Type: System.String

The key.

Property Value

Type: System.Object
The value of the selected item.

Implements

IDictionary(TKey, TValue).Item(TKey)
Show: