HttpApplication.Session プロパティ

定義

セッション データへのアクセスを提供する組み込みセッション オブジェクトを取得します。

public:
 property System::Web::SessionState::HttpSessionState ^ Session { System::Web::SessionState::HttpSessionState ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.SessionState.HttpSessionState Session { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Session : System.Web.SessionState.HttpSessionState
Public ReadOnly Property Session As HttpSessionState

プロパティ値

現在のセッションの HttpSessionState オブジェクト。

属性

例外

HttpSessionState オブジェクトがnull

適用対象