IPartialSessionState Interface
.NET Framework (current version)
When implemented in a type, returns a list of zero or more session keys that indicate to a session-state provider which session-state items have to be retrieved.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PartialSessionStateKeys | Gets a list of keys that are associated with session-state values. |
When a type that implements this interface returns a non-null generic list of strings in the PartialSessionStateKeys property, the list indicates to a session-state provider that the provider should retrieve only the session-state values that are specified in the list. If the type returns a null value for the PartialSessionStateKeys property, a session-state provider should get all session-state values.
.NET Framework
Available since 4.0
Available since 4.0
Show:
