次の方法で共有


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 オブジェクト。

適用対象