WmlObjectListAdapter.Render(WmlMobileTextWriter) Método
Definição
Gera a marcação específica do destino para o controle ao qual o adaptador de controle está anexado, usando o gravador fornecido.Generates the target-specific markup for the control to which the control adapter is attached, using the provided writer. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).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)
Parâmetros
- writer
- WmlMobileTextWriter
O text writer para receber saída.The text writer to receive output.