HelperPage.Session 属性

定义

为当前 HTTP 请求获取 System.Web.HttpSessionState 对象。

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

属性值

当前 HTTP 请求的 System.Web.HttpSessionState 对象。

适用于