HttpSessionStateBase.Contents 属性

定义

在派生类中重写时,获取对当前会话状态对象的引用。

public:
 virtual property System::Web::HttpSessionStateBase ^ Contents { System::Web::HttpSessionStateBase ^ get(); };
public virtual System.Web.HttpSessionStateBase Contents { get; }
member this.Contents : System.Web.HttpSessionStateBase
Public Overridable ReadOnly Property Contents As HttpSessionStateBase

属性值

HttpSessionStateBase

当前会话状态对象。

例外

适用于