SubDocument.GetHtmlAsync Method
| Name | Parameters | Description |
|---|---|---|
| GetHtmlAsync(Interval, CancellationToken) | interval, cancellationToken | Returns the specified interval’s content in HTML format. |
| GetHtmlAsync(Int32, Int32, CancellationToken) | startPosition, length, cancellationToken | Returns the specified interval’s content in HTML format. The interval is specified by its start position and length. |