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

属性值

HttpApplicationStateBase

HttpApplicationState 对象的引用。

例外

注解

此属性提供与 ASP 的早期版本的兼容性。

适用于