TempDataDictionary Properties

The TempDataDictionary type exposes the following members.

  Name Description
Public property Count Gets the number of elements in the ICollection(Of T) object.
Public property Item Gets or sets the object that has the specified key.
Public property Keys Gets an ICollection(Of T) object that contains the keys of elements in the IDictionary(Of TKey, TValue) object.
Public property Values Gets the ICollection(Of T) object that contains the values in the IDictionary(Of TKey, TValue) object.
Top

  Name Description
Explicit interface implemetation Private property ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly Gets a value that indicates whether the dictionary is read-only.
Top
Show: