HyperlinkButtonNavigateUri Property
Gets or sets the Uniform Resource Identifier (URI) automatically navigated to when the
HyperlinkButton is clicked.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Uri? NavigateUri { get; set; }
Public Property NavigateUri As Uri
Get
Set
member NavigateUri : Uri with get, set
Property Value
Uri
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.