.NET Framework Class Library
TempDataDictionary Class
Represents a set of data that persists only from one request to the next.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TempDataDictionary _
Implements IDictionary(Of String, Object), _
ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable, ISerializable
Dim instance As TempDataDictionary
[SerializableAttribute]
public class TempDataDictionary : IDictionary<string, Object>,
ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IEnumerable, ISerializable
[SerializableAttribute]
public ref class TempDataDictionary : IDictionary<String^, Object^>,
ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IEnumerable, ISerializable
System..::.Object
System.Web.Mvc..::.TempDataDictionary
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Reference