次の方法で共有


HttpSessionState.Contents プロパティ

現在のセッション状態オブジェクトへの参照を取得します。

Public ReadOnly Property Contents As HttpSessionState
[C#]
public HttpSessionState Contents {get;}
[C++]
public: __property HttpSessionState* get_Contents();
[JScript]
public function get Contents() : HttpSessionState;

プロパティ値

現在の HttpSessionState

解説

Contents プロパティは、ASP の旧バージョンとの互換性のために指定されます。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

HttpSessionState クラス | HttpSessionState メンバ | System.Web.SessionState 名前空間