[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.InsertHyperlink

InsertHyperlink Method

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

Declaration
[Obsolete("This method is deprecated, please, use InsertHyperlinkAsync instead.")]
public void InsertHyperlink(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.