[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.MakeHyperlink

MakeHyperlink Method

Makes a text range into a hyperlink.

Declaration
public static void MakeHyperlink(this C1TextRange range, Uri uri, string targetName = null)
Parameters
Type Name Description
C1TextRange range

A C1TextRange to make into a hyperlink.

Uri uri

A System.Uri for the hyperlink.

string targetName

A TargetName for the hyperlink

If the range spans several blocks this method generates a C1Hyperlink element per block.