IHttpSessionState.Item Property (String)
.NET Framework (current version)
Gets or sets a session-state item value by name.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The key name of the session-state item value.
The following code example implements the Item property of the IHttpSessionState interface to store and return an internal dictionary session-state item value by its key name.
.NET Framework
Available since 2.0
Available since 2.0
Show: