Share via


RenderText Method (Common)

Renders a text element.

public void RenderText(
   string text
)

public void RenderText(
   string text,
   bool breakAfter
)

public virtual void RenderText(
   string text,
   bool breakAfter,
   bool encodeText
)

Parameters

  • text
    The text string to be rendered.
  • breakAfter
    Specifies whether a break must follow the element. In the first form of the method, the default is false.
  • encodeText
    Specifies whether the text must be encoded. In the first two forms of the method, the default is true.

See Also

Applies to: WmlMobileTextWriter Class | UpWmlMobileTextWriter Class