HttpSessionStateBase.StaticObjects Property
.NET Framework (current version)
When overridden in a derived class, gets a collection of objects that are declared by object elements that are marked as server controls and scoped to the current session in the application's Global.asax file.
Assembly: System.Web (in System.Web.dll)
abstract StaticObjects : HttpStaticObjectsCollectionBase with get override StaticObjects : HttpStaticObjectsCollectionBase with get
Property Value
Type: System.Web.HttpStaticObjectsCollectionBaseThe objects that are declared in the Global.asax file.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: