[]
Inserts a hyperlink at the cursor location. If text is selected it is overwritten.
[Obsolete("This method is deprecated, please, use InsertHyperlinkAsync instead.")]
public void InsertHyperlink(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. |