DocumentOutput.pushElementText

Low-level function to write escaped text.

Any of the characters < (less than sign), > (greater than sign), & (ampersand), " (quote mark), or ' (apostrophe) will be replaced with the corresponding XML escape code.

  1. void pushElementText(string content)
    struct DocumentOutput
    void
    pushElementText
    (
    string content
    )
  2. void pushElementText(Ts content)

Parameters

content string

Content to write. Interpolated expression strings (istrings) are supported.

Meta