XhtmlMobileTextWriter.WriteEndTag(String) Método
Definição
Grava qualquer espaçamento de tabulação e a marca de fechamento do elemento de marcação especificado.Writes any tab spacing and the closing tag of the specified markup element. 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 WriteEndTag(System::String ^ tag);
public override void WriteEndTag (string tag);
override this.WriteEndTag : string -> unit
Public Overrides Sub WriteEndTag (tag As String)
Parâmetros
- tag
- String
O elemento de marcação a ser fechado.The markup element to close.
Comentários
Se a marca não for um elemento de bloco, como <p> ,,, <div> <table> <ol> , o WritePendingBreak método será chamado antes de gravar a marca de início.If the tag is not a block element, such as <p>, <div>, <table>, <ol>, the WritePendingBreak method is called before writing the beginning tag.
Esse método é usado principalmente por desenvolvedores de adaptadores de controle e página móveis personalizados.This method is used primarily by developers of custom mobile page and control adapters.