Share via


HttpContextWrapper.Session プロパティ

定義

現在の HTTP 要求に対する HttpSessionStateBase オブジェクトを取得します。

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

プロパティ値

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

適用対象