HTML

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto HTML()
  2. auto HTML(string[] classes)
    HTML
    (
    string tag
    bool single = false
    )
    (
    string[] classes
    )
  3. auto HTML(string content)
  4. auto HTML(string[] classes, string content)

Meta