WmlMobileTextWriter.RenderText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Overloads
RenderText(String, Boolean, Boolean) |
Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
RenderText(String) |
Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
RenderText(String, Boolean) |
Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
RenderText(String, Boolean, Boolean)
Renders a text element. This API is obsolete. 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)
Parameters
- text
- String
The text string to be rendered.
- breakAfter
- Boolean
Specifies whether a break must follow the element.
- encodeText
- Boolean
Specifies whether the text must be encoded.
See also
Applies to
RenderText(String)
Renders a text element. This API is obsolete. 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)
Parameters
- text
- String
The text string to be rendered.
See also
Applies to
RenderText(String, Boolean)
Renders a text element. This API is obsolete. 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)
Parameters
- text
- String
The text string to be rendered.
- breakAfter
- Boolean
Specifies whether a break must follow the element.