IHtmlGeneratorAddText Method

Overload List
  NameDescription
Public methodAddText(Char)
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren't replaced.
Public methodAddText(String)
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren't replaced.
Public methodAddText(Char, Int32, Int32)
Adds plain text to the html files, replacing special characters with html entities. Linebreaks and whitespaces aren't replaced.
See Also