Element.addTrusted

Add trusted XML/HTML code as a child of this node.

struct Element
pure @safe
addTrusted
(
string code
)

Parameters

code string

Raw XML/HTML code to insert into the element.

Return Value

Type: Element

This node, to allow chaining.

See Also

elemTrusted to construct an Element from XML/HTML source code.

Meta