New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a hyperlink in the RadRichTextEditor.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RichTextHyperlink

Inheritance: objectRichTextHyperlink

Constructors

Initializes a new instance of the RichTextHyperlink class.

C#
public RichTextHyperlink(string url, string title)
Parameters:urlstring

Specifies the URL of the hyperlink.

titlestring

Specifies the title of the hyperlink.

Initializes a new instance of the RichTextHyperlink class.

C#
public RichTextHyperlink(string url)
Parameters:urlstring

Specifies the URL of the hyperlink.

Properties

Gets the title of the hyperlink.

C#
public string Title { get; }

Gets the URL of the hyperlink.

C#
public string Url { get; }