SessionHelper MembersA Sandcastle Documented Class Library

The SessionHelper type exposes the following members.
Constructors

  NameDescription
Public methodSessionHelper
Initializes a new instance of the SessionHelper class
Back to Top
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