Skip to main content

HtmlSource.Implicit(Func<CancellationToken, Task<Stream>> to HtmlSource) Operator

Implicitly converts Stream delegate into HtmlSource.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public static implicit operator HtmlSource(Func<CancellationToken, Task<Stream>> streamDelegate)

Parameters

Name Type Description
streamDelegate Func<CancellationToken, Task<Stream>>

The value to convert.

Returns

Type Description
HtmlSource

The HtmlSource object.

See Also