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