ViewDataDictionary(Of TModel) Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(KeyValuePair(Of String, Object))

Adds the specified item to the collection.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodAdd(String, Object)

Adds an element to the collection using the specified key and value .(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodClear()

Removes all items from the collection.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodContains(KeyValuePair(Of String, Object))

Determines whether the collection contains the specified item.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodContainsKey(String)

Determines whether the collection contains an element that has the specified key.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodCopyTo(KeyValuePair(Of String, Object)(), Int32)

Copies the elements of the collection to an array, starting at a particular index.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodEval(String)

Evaluates the specified expression.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodEval(String, String)

Evaluates the specified expression by using the specified format.(Inherited from ViewDataDictionary.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can be used to iterate through the collection.(Inherited from ViewDataDictionary.)

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.(Inherited from ViewDataDictionary.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(KeyValuePair(Of String, Object))

Removes the first occurrence of a specified object from the collection.(Inherited from ViewDataDictionary.)

System_CAPS_pubmethodRemove(String)

Removes the element from the collection using the specified key.(Inherited from ViewDataDictionary.)

System_CAPS_protmethodSetModel(Object)

Sets the data model to use for the view.(Overrides ViewDataDictionary.SetModel(Object).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String, Object)

Attempts to retrieve the value that is associated with the specified key.(Inherited from ViewDataDictionary.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.GetEnumerator()

Returns an enumerator that can be used to iterate through the collection.(Inherited from ViewDataDictionary.)

Return to top
Show: