SessionHelper MethodsA Sandcastle Documented Class Library
The SessionHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberAddData
Adds data to the Session. Removes first if already exists.
Public methodStatic memberContainsKey
Safely checks to see if the given key exists.
Public methodStatic memberRemoveData
Removes data from the given Session.
Back to Top
See Also