ViewDataDictionary Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements in the collection.

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the collection is read-only.

System_CAPS_pubpropertyItem(String)

Gets or sets the item that is associated with the specified key.

System_CAPS_pubpropertyKeys

Gets a collection that contains the keys of this dictionary.

System_CAPS_pubpropertyModel

Gets or sets the model that is associated with the view data.

System_CAPS_pubpropertyModelMetadata

Gets or sets information about the model.

System_CAPS_pubpropertyModelState

Gets the state of the model.

System_CAPS_pubpropertyTemplateInfo

Gets or sets an object that encapsulates information about the current template context.

System_CAPS_pubpropertyValues

Gets a collection that contains the values in this dictionary.

Return to top
Show: