UpWmlMobileTextWriter.RenderText(String, Boolean, Boolean) 方法
定义
呈现一个文本元素。Renders a text element. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
override void RenderText(System::String ^ text, bool breakAfter, bool encodeText);
public override void RenderText (string text, bool breakAfter, bool encodeText);
override this.RenderText : string * bool * bool -> unit
Public Overrides Sub RenderText (text As String, breakAfter As Boolean, encodeText As Boolean)
参数
- 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.