HTML

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

Meta