HtmlEdit.GetHtmlAsync(CancellationToken) Method
Asynchronously retrieves the HTML markup that is displayed in the HtmlEdit.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
public Task<string> GetHtmlAsync(
CancellationToken cancellationToken = default(CancellationToken)
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
cancellation |
Cancellation |
null | A cancellation token. |
#Returns
Type | Description |
---|---|
Task<String> | A task that returns the text that is displayed in the Html |