HtmlView

This is an overview of the most common usage of HtmlView. For more information about the available properties, methods, or events, head over to the complete API documentation for HtmlView.

<HtmlView> -визуальный компонент, позволяющий отобразить статический HTML контент.

Также смотрите: WebView.


<HtmlView html="<div><h1>HtmlView</h1></div>" />

Свойства

ИмяТипОписание
htmlStringHTML контент, который будет отображен.

Нативный компонент

AndroidiOS
android.widget.TextViewUITextView
Contributors