IHttpSessionState::StaticObjects Property
.NET Framework (current version)
Gets a collection of objects declared by <object Runat="Server" Scope="Session"/> tags within the ASP.NET application file Global.asax.
Assembly: System.Web (in System.Web.dll)
property HttpStaticObjectsCollection^ StaticObjects {
HttpStaticObjectsCollection^ 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: