New to Telerik UI for .NET MAUIStart a free 30-day trial

RichTextSource that loads HTML from a string.

Definition

Constructors

C#
public RichTextHtmlStringSource()

Fields

HtmlProperty

BindableProperty

Identifies the Html property.

C#
public static readonly BindableProperty HtmlProperty

Properties

Gets or sets a string providing the HTML source.

C#
public string Html { get; set; }