Click or drag to resize
HyperlinkButtonNavigateUri Property
Gets or sets the Uniform Resource Identifier (URI) to navigate to when the HyperlinkButton is clicked.

Namespace: Windows.UI.Xaml.Controls
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Uri NavigateUri { get; set; }

Property Value

Type: Uri
See Also