HttpSessionStateWrapper::StaticObjects Property
.NET Framework (current version)
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() override; }
Property Value
Type: System.Web::HttpStaticObjectsCollectionBase^The objects that are declared in the Global.asax file.
.NET Framework
Available since 3.5
Available since 3.5
Show: