Output.sendHtml
Output.sendHtml($htmlOrList) -> null
Description
Send an HTML TypeString to the client.
It also accepts a list of HTML TypeStrings that will be combined.
Output.sendHtml(myHtml())
tem myHtml {
<p>Hello World!</>
}
Send an HTML TypeString to the client.
It also accepts a list of HTML TypeStrings that will be combined.
Output.sendHtml(myHtml())
tem myHtml {
<p>Hello World!</>
}