IHttpSessionState.StaticObjects Property

 

Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

abstract StaticObjects : HttpStaticObjectsCollection with get

Property Value

Type: System.Web.HttpStaticObjectsCollection

An HttpStaticObjectsCollection containing objects declared in the Global.asax file.

StaticObjects is provided for compatibility with earlier versions of ASP.

The following code example implements the StaticObjects property of the IHttpSessionState interface.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: