HtmlFormAdapter.RenderBodyTag(HtmlMobileTextWriter, IDictionary) Método

Definição

Renderiza a marca <body>.Renders the <body> tag. 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.

protected:
 virtual void RenderBodyTag(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::Collections::IDictionary ^ attributes);
protected virtual void RenderBodyTag (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, System.Collections.IDictionary attributes);
abstract member RenderBodyTag : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * System.Collections.IDictionary -> unit
override this.RenderBodyTag : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * System.Collections.IDictionary -> unit
Protected Overridable Sub RenderBodyTag (writer As HtmlMobileTextWriter, attributes As IDictionary)

Parâmetros

writer
HtmlMobileTextWriter

O text writer.The text writer.

attributes
IDictionary

Os atributos <body> especificados.The specified <body> attributes.

Comentários

A implementação de base renderiza uma <body> marca com os atributos fornecidos.The base implementation renders a <body> tag with the given attributes. A herança de adaptadores pode substituir esse método e modificar o dicionário de atributos antes de chamar a implementação base.Inheriting adapters can override this method and modify the dictionary of attributes before calling the base implementation. Esta API está obsoleta.This API is obsolete. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte aplicativos móveis e sites com ASP.net.For information about how to develop ASP.NET mobile applications, see Mobile apps and sites with ASP.NET.

Aplica-se a