| SessionAdd Method |
Adds the specified value to the session using the speficied name
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public void Add(
string name,
Object value
)
Public Sub Add (
name As String,
value As Object
)
Parameters
- name
- Type: SystemString
The name to associate with the value with in the session - value
- Type: SystemObject
The value to add to the session
Implements
ISessionAdd(String, Object)See Also