United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 1.0
ASP.NET Web Applications
ASP.NET Model View Controller (MVC)
ASP.NET MVC Reference
System.Web.Mvc Namespace
ControllerBase Class
ControllerBase Properties
ControllerContext Property
TempData Property
ValidateRequest Property
ValueProvider Property
ViewData Property
This topic has not yet been rated
-
Rate this topic
ControllerBase
.
TempData Property
.NET Framework 3.5
Other Versions
.NET Framework 4
Gets or sets the dictionary for temporary data.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
VB
Copy
public
TempDataDictionary TempData {
get
;
set
; }
Property Value
Type:
System.Web.Mvc
.
TempDataDictionary
The dictionary for temporary data.
See Also
Reference
ControllerBase Class
ControllerBase Members
System.Web.Mvc Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD