HtmlTag

class HtmlTag : HtmlFragment {
HtmlAttribute[] attrs;
HtmlFragment[] children;
}

Members

Functions

toPrettyString
string toPrettyString(bool escaped = true)

Generate a pretty HTML string.

toString
string toString(bool escaped)

Generate an HTML string by iterating through all of the tag's children.

Meta