Skip to main content

HtmlHyperlink(String, String, Nullable<HtmlSelectionRange>) Constructor

Initializes a new instance of the HtmlHyperlink class with specified settings.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public HtmlHyperlink(
    string text,
    string url,
    HtmlSelectionRange? range
)

Parameters

Name Type Description
text String

A hyperlink text.

url String

A hyperlink uri.

range Nullable<HtmlSelectionRange>

The range of characters where the hyperlink is inserted.

See Also