HTML Constructor uno
Creates a new HTML
<HTML/>
is a semantic utility node used to feed a WebView component or a LoadHtml action with raw HTML:
<NativeViewHost>
<WebView>
<HTML>
<![CDATA[
<h1>Boom!</h1>
]]>
</HTML>
</WebView>
</NativeViewHost>
<LoadHtml>
<HTML>
<![CDATA[
<h1>Bang!</h1>
]]>
</HTML>
</LoadHtml>
Creates a new HTML