Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Output.sendHtml

Output.sendHtml($htmlOrList) -> false

Description

Send an HTML TypeString to the client.

Also accepts a list of HTML TypeStrings that will be combined.

Output.sendHtml(myHtml())

tm myHtml {
    <p>Hello World!</>
}

See Also 

See Also