RichTextSource that loads HTML from a Stream.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RichTextHtmlStreamSource : RichTextSource
Inheritance: objectRichTextSourceRichTextHtmlStreamSource
Inherited Members
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; }