HttpContextBase.Session プロパティ

定義

派生クラスでオーバーライドされるとき、現在の HTTP 要求の HttpSessionState オブジェクトを取得します。

public:
 virtual property System::Web::HttpSessionStateBase ^ Session { System::Web::HttpSessionStateBase ^ get(); };
public virtual System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public Overridable ReadOnly Property Session As HttpSessionStateBase

プロパティ値

HttpSessionStateBase

現在の HTTP 要求のセッション状態オブジェクト。

例外

適用対象