ViewDataDictionary Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodAdd(KeyValuePair<String, Object>)

Adds the specified item to the collection.

System_CAPS_pubmethodAdd(String, Object)

Adds an element to the collection using the specified key and value .

System_CAPS_pubmethodClear()

Removes all items from the collection.

System_CAPS_pubmethodContains(KeyValuePair<String, Object>)

Determines whether the collection contains the specified item.

System_CAPS_pubmethodContainsKey(String)

Determines whether the collection contains an element that has the specified key.

System_CAPS_pubmethodCopyTo(KeyValuePair<String, Object>[], Int32)

Copies the elements of the collection to an array, starting at a particular index.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodEval(String)

Evaluates the specified expression.

System_CAPS_pubmethodEval(String, String)

Evaluates the specified expression by using the specified format.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can be used to iterate through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetViewDataInfo(String)

Returns information about the view data as defined by the expression parameter.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(KeyValuePair<String, Object>)

Removes the first occurrence of a specified object from the collection.

System_CAPS_pubmethodRemove(String)

Removes the element from the collection using the specified key.

System_CAPS_protmethodSetModel(Object)

Sets the data model to use for the view.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String, Object)

Attempts to retrieve the value that is associated with the specified key.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.GetEnumerator()

Returns an enumerator that can be used to iterate through the collection.

Return to top
Show: