Back to Devexpress

SubDocument.AddHtmlAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-subdocument-dot-addhtmlasync.md

latest675 B
Original Source

SubDocument.AddHtmlAsync Method

NameParametersDescription
AddHtmlAsync(Int32, String, CancellationToken)position, htmlText, cancellationTokenParses HTML code and inserts the resulting content at the specified position in a sub-document.
AddHtmlAsync(String, CancellationToken)htmlText, cancellationTokenParses HTML code and inserts the resulting content at the end of a sub-document.