HttpSessionStateWrapper.Add Method (String, Object)

 

Adds an item to the session-state collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

override Add : 
        name:string *
        value:Object -> unit

Parameters

name
Type: System.String

The name of the item to add to the session-state collection.

value
Type: System.Object

The value of the item to add to the session-state collection.

.NET Framework
Available since 3.5
Return to top
Show: