IHttpSessionState.StaticObjects Property
.NET Framework 2.0
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)
Assembly: System.Web (in system.web.dll)
property HttpStaticObjectsCollection^ StaticObjects {
HttpStaticObjectsCollection^ get ();
}
/** @property */ HttpStaticObjectsCollection get_StaticObjects ()
function get StaticObjects () : HttpStaticObjectsCollection
Not applicable.
Property Value
An HttpStaticObjectsCollection containing objects declared in the Global.asax file.The following code example implements the StaticObjects property of the IHttpSessionState interface.
Community Additions
ADD
Show: