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)

Syntax

'Declaration
Public Default Property Item ( _
    key As String _
) As Object
    Get
    Set
public Object this[
    string key
] { get; set; }
public:
virtual property Object^ default[String^ key] {
    Object^ get (String^ key) sealed;
    void set (String^ key, Object^ value) sealed;
}

Parameters

Property Value

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

Implements

IDictionary<TKey, TValue>.Item[TKey]

See Also

Reference

ViewDataDictionary Class

System.Web.Mvc Namespace