Back to Devexpress

SubDocument.GetHtmlAsync Method

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

latest701 B
Original Source

SubDocument.GetHtmlAsync Method

NameParametersDescription
GetHtmlAsync(Interval, CancellationToken)interval, cancellationTokenReturns the specified interval’s content in HTML format.
GetHtmlAsync(Int32, Int32, CancellationToken)startPosition, length, cancellationTokenReturns the specified interval’s content in HTML format. The interval is specified by its start position and length.