IMobileWebFormServices.RefreshPageView 方法
定义
在设计时刷新设计器宿主中的页。Refreshes the page in the designer host at design time. 此 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.
public:
void RefreshPageView();
public void RefreshPageView ();
abstract member RefreshPageView : unit -> unit
Public Sub RefreshPageView ()
注解
由于 RefreshPageView 方法是由设计器宿主实现的,因此在调用它之前验证它是否存在。Since the RefreshPageView method is implemented by the designer host, verify that it exists before invoking it.