다음을 통해 공유


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

현재 세션 상태 개체입니다.

적용 대상