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)
public: property HttpStaticObjectsCollectionBase^ StaticObjects { virtual HttpStaticObjectsCollectionBase^ get(); }
Property Value
Type: System.Web::HttpStaticObjectsCollectionBase^The objects that are declared in the Global.asax file.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: