HttpSessionStateWrapper.Contents 属性

定义

获取对当前会话状态对象的引用。

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

属性值

HttpSessionStateBase

当前会话状态对象。

适用于