HttpSessionState.Item Property (String)
.NET Framework (current version)
Gets or sets a session value by name.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The key name of the session value.
Property Value
Type: System.ObjectThe session-state value with the specified name, or null if the item does not exist.
.NET Framework
Available since 1.1
Available since 1.1
Show: