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 會話的目標。

屬性

例外狀況

物件 HttpSessionStatenull

適用於