Class
RichTextHyperlink

Represents a hyperlink in the RadRichTextEditor.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RichTextHyperlink

Inheritance: objectRichTextHyperlink

Constructors

Initializes a new instance of the RichTextHyperlink class.

Declaration

cs-api-definition
public RichTextHyperlink(string url)

Parameters

url

string

Specifies the URL of the hyperlink.

Initializes a new instance of the RichTextHyperlink class.

Declaration

cs-api-definition
public RichTextHyperlink(string url, string title)

Parameters

url

string

Specifies the URL of the hyperlink.

title

string

Specifies the title of the hyperlink.

Properties

Gets the title of the hyperlink.

Declaration

cs-api-definition
public string Title { get; }

Property Value

string

Gets the URL of the hyperlink.

Declaration

cs-api-definition
public string Url { get; }

Property Value

string