[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertHyperlinkAsync

InsertHyperlinkAsync Method

InsertHyperlinkAsync(string, string, string)

Inserts a hyperlink at the cursor location. If text is selected it is overwritten asynchronously.

Declaration
public Task InsertHyperlinkAsync(string href, string description, string attributes = null)
Parameters
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.

Returns
Type Description
Task