HttpSessionStateWrapper::StaticObjects Property

 

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.

Namespace:   System.Web
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
Return to top
Show: