Element.toString

Returns the string representation of an Element

class Element
const override scope @safe
string
toString
()

Examples

auto element = new Element("br");
writefln(element.toString()); // writes "<br />"

Meta

Suggestion Box / Bug Report