WmlLabelAdapter.Render(WmlMobileTextWriter) Method

Definition

Generates the target-specific markup for the control to which the control adapter is attached. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void Render(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter ^ writer);
public override void Render (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter writer);
override this.Render : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter -> unit
Public Overrides Sub Render (writer As WmlMobileTextWriter)

Parameters

writer
WmlMobileTextWriter

The text writer to receive output.

Applies to

See also