MobilePage.VerifyRenderingInServerForm(Control) Metoda

Definicja

Potwierdza, że kontrolka Form jest renderowana dla określonego ASP.NET kontrolki mobilnej w czasie wykonywania. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)

Parametry

control
Control

ASP.NET kontrolki mobilnej, która jest wymagana w kontrolce Form .

Wyjątki

control musi być zawarty w kontrolce Form .

Uwagi

Ta metoda zastępuje metodę Page.VerifyRenderingInServerForm , aby zgłosić wyjątek, jeśli kontrolka nie znajduje się w Form czasie wykonywania.

Dotyczy

Zobacz też