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

适用于