HelperPage.Session Property

Definition

Gets the System.Web.HttpSessionState object for the current HTTP request.

public static System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public Shared ReadOnly Property Session As HttpSessionStateBase

Property Value

The System.Web.HttpSessionState object for the current HTTP request.

Applies to