NavigateUri Property
Gets or sets the Uniform Resource Identifier (URI) automatically navigated to when the HyperlinkButton is clicked.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Uri? NavigateUri { get; set; }
Public Property NavigateUri As Uri
Get
Set
member NavigateUri : Uri with get, set
Property Value
UriRemarks
The URI may be any website or file location that can be launched using the ILauncher service.
If a URI should not be automatically launched, leave this property unset and use the Click and IsVisited members directly.