System.Web.HttpApplicationState.StaticObjects Property

Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application.

Syntax

public HttpStaticObjectsCollection StaticObjects { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Application objects are defined in the Global.asax file inside the <object runat="server" scope="Application"> </object> tags.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0