WmlMobileTextWriter.CurrentForm Property

Definition

Returns the form currently being rendered. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 property System::Web::UI::MobileControls::Form ^ CurrentForm { System::Web::UI::MobileControls::Form ^ get(); };
protected System.Web.UI.MobileControls.Form CurrentForm { get; }
member this.CurrentForm : System.Web.UI.MobileControls.Form
Protected ReadOnly Property CurrentForm As Form

Property Value

The form currently being rendered.

Applies to

See also