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

RichTextSource that loads HTML from a Stream.

Definition

Constructors

C#
public RichTextHtmlStreamSource()

Fields

StreamProperty

BindableProperty

Identifies the Stream property.

C#
public static readonly BindableProperty StreamProperty

Properties

Gets or sets the delegate responsible for returning a System.IO.Stream for the HTML source.

C#
public Func<CancellationToken, Task<Stream>> Stream { get; set; }