The SessionHelper type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SessionHelper | Initializes a new instance of the SessionHelper class |
Methods
| Name | Description | |
|---|---|---|
| AddData |
Adds data to the Session. Removes first if already exists.
| |
| ContainsKey |
Safely checks to see if the given key exists.
| |
| RemoveData |
Removes data from the given Session.
|
See Also