MobilePage.VerifyRenderingInServerForm(Control) 方法

定義

確認在執行階段呈現所指定 ASP.NET Mobile 控制項的 Form 控制項。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 override void VerifyRenderingInServerForm(System::Web::UI::Control ^ control);
public override void VerifyRenderingInServerForm (System.Web.UI.Control control);
override this.VerifyRenderingInServerForm : System.Web.UI.Control -> unit
Public Overrides Sub VerifyRenderingInServerForm (control As Control)

參數

control
Control

Form 控制項中的必要 ASP.NET Mobile 控制項。

例外狀況

control 必須包含在 Form 控制項內。

備註

如果控件不在 運行時間,Form這個方法會Page.VerifyRenderingInServerForm覆寫 方法,以擲回例外狀況。

適用於

另請參閱