ViewDataDictionary Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only. |
![]() | Item(String) | Gets or sets the item that is associated with the specified key. |
![]() | Keys | Gets a collection that contains the keys of this dictionary. |
![]() | Model | Gets or sets the model that is associated with the view data. |
![]() | ModelMetadata | Gets or sets information about the model. |
![]() | ModelState | Gets the state of the model. |
![]() | TemplateInfo | Gets or sets an object that encapsulates information about the current template context. |
![]() | Values | Gets a collection that contains the values in this dictionary. |
Show:
