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

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the collection is read-only.(Inherited from ViewDataDictionary.)

System_CAPS_pubpropertyItem(String)

Gets or sets the item that is associated with the specified key.(Inherited from ViewDataDictionary.)

System_CAPS_pubpropertyKeys

Gets a collection that contains the keys of this dictionary.(Inherited from ViewDataDictionary.)

System_CAPS_pubpropertyModel

Gets or sets the model.

System_CAPS_pubpropertyModelMetadata

Gets or sets information about the model.(Overrides ViewDataDictionary.ModelMetadata.)

System_CAPS_pubpropertyModelState

Gets the state of the model.(Inherited from ViewDataDictionary.)

System_CAPS_pubpropertyTemplateInfo

Gets or sets an object that encapsulates information about the current template context.(Inherited from ViewDataDictionary.)

System_CAPS_pubpropertyValues

Gets a collection that contains the values in this dictionary.(Inherited from ViewDataDictionary.)

Return to top
Show: