Share via


WmlMobileTextWriter.RenderText Méthode

Définition

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.

Surcharges

RenderText(String, Boolean, Boolean)

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.

RenderText(String)

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.

RenderText(String, Boolean)

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.

RenderText(String, Boolean, Boolean)

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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)

Paramètres

text
String

Chaîne de texte à afficher.

breakAfter
Boolean

Spécifie si un saut de ligne est requis après l'élément.

encodeText
Boolean

Spécifie si le texte doit être encodé.

Voir aussi

S’applique à

RenderText(String)

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.

public:
 void RenderText(System::String ^ text);
public void RenderText (string text);
member this.RenderText : string -> unit
Public Sub RenderText (text As String)

Paramètres

text
String

Chaîne de texte à afficher.

Voir aussi

S’applique à

RenderText(String, Boolean)

Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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)

Paramètres

text
String

Chaîne de texte à afficher.

breakAfter
Boolean

Spécifie si un saut de ligne est requis après l'élément.

Voir aussi

S’applique à