WmlMobileTextWriter.RenderText Method (String, Boolean, Boolean)
.NET Framework (current version)
Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
abstract RenderText : text:string * breakAfter:bool * encodeText:bool -> unit override RenderText : text:string * breakAfter:bool * encodeText:bool -> unit
Parameters
- text
-
Type:
System.String
The text string to be rendered.
- breakAfter
-
Type:
System.Boolean
Specifies whether a break must follow the element.
- encodeText
-
Type:
System.Boolean
Specifies whether the text must be encoded.
.NET Framework
Available since 1.1
Available since 1.1
Show: