ViewDataDictionary Properties
Visual Studio 2010
The ViewDataDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements in the collection. |
|
IsReadOnly | Gets a value that indicates whether the collection is read-only. |
|
Item | 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. |
Community Additions
ADD
Show: