[]
Inserts a hyperlink at the cursor location. If text is selected it is overwritten asynchronously.
public Task InsertHyperlinkAsync(string href, string description, string attributes = null)
| Type | Name | Description |
|---|---|---|
| string | href | Specifies the url of the link. |
| string | description | Description of link. If null or empty, href is used. |
| string | attributes | Optional attributes. |
| Type | Description |
|---|---|
| Task |