Controller.Session プロパティ

定義

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

public System.Web.HttpSessionStateBase Session { get; }
member this.Session : System.Web.HttpSessionStateBase
Public ReadOnly Property Session As HttpSessionStateBase

プロパティ値

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

適用対象