SubDocument.AddHtmlAsync Method
| Name | Parameters | Description |
|---|---|---|
| AddHtmlAsync(Int32, String, CancellationToken) | position, htmlText, cancellationToken | Parses HTML code and inserts the resulting content at the specified position in a sub-document. |
| AddHtmlAsync(String, CancellationToken) | htmlText, cancellationToken | Parses HTML code and inserts the resulting content at the end of a sub-document. |