Dart API Reference
dart:html
Element
appendHtml
appendHtml
method
Parses the specified text as HTML and adds the resulting node after the last child of this element.
void
appendHtml
(
String
text
,
{
NodeValidator
validator
,
NodeTreeSanitizer
treeSanitizer
}
)
Parses the specified text as HTML and adds the resulting node after the last child of this element.