HttpApplicationStateWrapper::StaticObjects Property
.NET Framework (current version)
Gets all objects that are declared by an object element where the scope is set to "Application" in the ASP.NET application.
Assembly: System.Web (in System.Web.dll)
public: property HttpStaticObjectsCollectionBase^ StaticObjects { virtual HttpStaticObjectsCollectionBase^ get() override; }
Property Value
Type: System.Web::HttpStaticObjectsCollectionBase^A collection of objects in the application.
Application objects are defined in the Global.asax file inside an element that has syntax like the following:
<object runat="server" scope="Application">Object information</object>
.NET Framework
Available since 3.5
Available since 3.5
Show: