BaseUrl : string ux
The base URL used to resolve relative links and enforce JavaScript's same origin policy.
Load arbitrary HTML into the webview.
<WebView ux:Name="webview"/>
<Button>
<Clicked>
<LoadHtml TargetNode="webview">
<HTML>
<![CDATA[
<h1>Hello world!</h1>
]]>
</HTML>
</LoadHtml>
</Clicked>
</Button>
You may optionally specify a base URL to use when resolving relative links and enforcing JavaScript's same origin policy.
<LoadHtml BaseUrl="https://example.com/">
<HTML>
...
</HTML>
</LoadHtml>
The base URL used to resolve relative links and enforce JavaScript's same origin policy.
Creates a new LoadHtml
The number of seconds after the start of the trigger that the action should be performed.
hide
hide
hide