InsertHyperlinkAsync Method
In This Topic
Inserts a hyperlink at the cursor location. If text is selected it is overwritten asynchronously.
Syntax
'Declaration
Public Function InsertHyperlinkAsync( _
ByVal As System.String, _
ByVal As System.String, _
Optional ByVal As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task InsertHyperlinkAsync(
System.string ,
System.string ,
System.string
)
Parameters
- href
- Specifies the url of the link.
- description
- Description of link. If null or empty, href is used.
- attributes
- Optional attributes.
See Also