United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Web Development
ASP.NET
ASP.NET MVC 3
ASP.NET MVC 3 Reference
System.Web.Mvc
TempDataDictionary Class
TempDataDictionary Properties
ICollection(KeyValuePair(String, Object)).IsReadOnly Property
Count Property
Item Property
Keys Property
Values Property
This topic has not yet been rated
-
Rate this topic
TempDataDictionary
.
Item Property
Other Versions
.NET Framework 4
.NET Framework 3.5
Gets or sets the object that has the specified key.
Namespace:
System.Web.Mvc
Assembly:
System.Web.Mvc
(in System.Web.Mvc.dll)
Syntax
C#
C++
JScript
VB
Copy
public
Object
this
[
string
key ] {
get
;
set
; }
Parameters
key
Type:
System
.
String
The key to access.
Property Value
Type:
System
.
Object
The object that has the specified key.
Implements
IDictionary
<
TKey, TValue
>
.
Item
[
TKey
]
See Also
Reference
TempDataDictionary Class
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)