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

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

예외

적용 대상