共用方式為


HttpSessionStateContainer.StaticObjects 屬性

定義

取得由 ASP.NET 應用程式檔 Global.asax 內 <object Runat="Server" Scope="Session"/> 標記所宣告的物件集合。

public:
 property System::Web::HttpStaticObjectsCollection ^ StaticObjects { System::Web::HttpStaticObjectsCollection ^ get(); };
public System.Web.HttpStaticObjectsCollection StaticObjects { get; }
member this.StaticObjects : System.Web.HttpStaticObjectsCollection
Public ReadOnly Property StaticObjects As HttpStaticObjectsCollection

屬性值

HttpStaticObjectsCollection,包含 Global.asax 檔案中所宣告的物件。

實作

備註

如果頁面上的物件不支援串行化,而且 Mode 在進程外 (SQLServerStateServer) ,將不會建立物件,而且不會新增至這個集合。

提供 StaticObjects 的目的,是為了與 ASP 的舊版本相容。

適用於

另請參閱