WmlMobileTextWriter.RenderText Método
Definição
Renderiza um elemento de texto.Renders a text 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.
Sobrecargas
| RenderText(String, Boolean, Boolean) |
Renderiza um elemento de texto.Renders a text 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. |
| RenderText(String) |
Renderiza um elemento de texto.Renders a text 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. |
| RenderText(String, Boolean) |
Renderiza um elemento de texto.Renders a text 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. |
RenderText(String, Boolean, Boolean)
Renderiza um elemento de texto.Renders a text 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:
virtual void RenderText(System::String ^ text, bool breakAfter, bool encodeText);
public virtual void RenderText (string text, bool breakAfter, bool encodeText);
abstract member RenderText : string * bool * bool -> unit
override this.RenderText : string * bool * bool -> unit
Public Overridable Sub RenderText (text As String, breakAfter As Boolean, encodeText As Boolean)
Parâmetros
- text
- String
A cadeia de texto a ser renderizada.The text string to be rendered.
- breakAfter
- Boolean
Especifica se uma quebra deve seguir o elemento.Specifies whether a break must follow the element.
- encodeText
- Boolean
Especifica se o texto deve ser codificado.Specifies whether the text must be encoded.
Aplica-se a
RenderText(String)
Renderiza um elemento de texto.Renders a text 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:
void RenderText(System::String ^ text);
public void RenderText (string text);
member this.RenderText : string -> unit
Public Sub RenderText (text As String)
Parâmetros
- text
- String
A cadeia de texto a ser renderizada.The text string to be rendered.
Aplica-se a
RenderText(String, Boolean)
Renderiza um elemento de texto.Renders a text 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:
void RenderText(System::String ^ text, bool breakAfter);
public void RenderText (string text, bool breakAfter);
member this.RenderText : string * bool -> unit
Public Sub RenderText (text As String, breakAfter As Boolean)
Parâmetros
- text
- String
A cadeia de texto a ser renderizada.The text string to be rendered.
- breakAfter
- Boolean
Especifica se uma quebra deve seguir o elemento.Specifies whether a break must follow the element.