<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>

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.WebView 2.9.1
Show Uno properties and methods

Interface of HTML

Inherited from PropertyObject

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.