HtmlMobileTextWriter.WriteText(String, Boolean) Método

Definição

Grava o texto especificado, opcionalmente com codificação.Writes the given text, optionally with encoding. 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:
 void WriteText(System::String ^ text, bool encodeText);
public void WriteText (string text, bool encodeText);
member this.WriteText : string * bool -> unit
Public Sub WriteText (text As String, encodeText As Boolean)

Parâmetros

text
String

O texto a gravação.The text to write.

encodeText
Boolean

Se true, codifica o texto.If true, encodes the text.

Comentários

A codificação envolve o mapeamento de caracteres com significados HTML/WML para o código de caractere apropriado.Encoding involves mapping characters with HTML/WML meanings to the appropriate character code.

Aplica-se a