RichEditTextRange.Link Property

Definition

Gets or sets the URL text associated with a text range.

public:
 property Platform::String ^ Link { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Link();

void Link(winrt::hstring value);
public string Link { get; set; }
var string = richEditTextRange.link;
richEditTextRange.link = string;
Public Property Link As String

Property Value

String

Platform::String

winrt::hstring

The URL as text.

Implements

Applies to