Click or drag to resize
ISessionKeys Property
Gets a collection of the keys for all values that are stored in the session-state collection.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
IEnumerable<string> Keys { get; }

Property Value

Type: IEnumerableString
See Also