mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
462 B
462 B
nav-title, title, description, previous_url
| nav-title | title | description | previous_url |
|---|---|---|---|
| HtmlView How-To | html-view | Examples for using HtmlView | /ApiReference/ui/html-view/HOW-TO |
HtmlView
Using a HtmlView requires the html-view module.
Declaring a HtmlView.
<Page>
{%raw%}<HtmlView html="{{ htmlString }}" />{%endraw%}
</Page>