System.Web.UI.WebControls.SessionParameter: Constructor Members

The constructors of System.Web.UI.WebControls.SessionParameter are listed below. For a list of all members, see the SessionParameter Members list.

See Also: Inherited members from System.Web.UI.WebControls.Parameter

Public Constructors

Initializes a new unnamed instance of the System.Web.UI.WebControls.SessionParameter class.

Initializes a new named instance of the System.Web.UI.WebControls.SessionParameter class, using the specified string to identify which session state name/value pair to bind to.

Initializes a new named and strongly typed instance of the System.Web.UI.WebControls.SessionParameter class, using the specified string to identify which session state name/value pair to bind to.

Protected Constructors

Initializes a new instance of the System.Web.UI.WebControls.SessionParameter class with the values of the instance specified by the original parameter.