HttpApplicationStateBase.Contents 속성

정의

파생 클래스에서 재정의하는 경우 HttpApplicationStateBase 개체에 대한 참조를 가져옵니다.

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

속성 값

HttpApplicationState 개체에 대한 참조입니다.

예외

설명

이 속성은 이전 버전의 ASP와의 호환성을 제공 합니다.

적용 대상