TempDataDictionary Properties
The TempDataDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements in the ICollection<T> object. |
|
Item | Gets or sets the object that has the specified key. |
|
Keys | Gets an ICollection<T> object that contains the keys of elements in the IDictionary<TKey, TValue> object. |
|
Values | Gets the ICollection<T> object that contains the values in the IDictionary<TKey, TValue> object. |
| Name | Description | |
|---|---|---|
|
ICollection<KeyValuePair<String, Object>>.IsReadOnly | Gets a value that indicates whether the dictionary is read-only. |