ErrorFormatterPage.LoadPageStateFromPersistenceMedium 方法

定义

将任何保存的视图状态信息加载到 MobilePage 对象。Loads any saved view-state information to the MobilePage object. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 override System::Object ^ LoadPageStateFromPersistenceMedium();
protected override object LoadPageStateFromPersistenceMedium ();
override this.LoadPageStateFromPersistenceMedium : unit -> obj
Protected Overrides Function LoadPageStateFromPersistenceMedium () As Object

返回

Object

包含保存的视图状态的对象。An object containing the saved view state. 在内部,这通常是 StateBagIDictionary 对象。Internally, this is typically a StateBag or IDictionary object.

适用于