Click or drag to resize

HyperlinkClickedEventArgsHref Property

Gets the URL of the hyperlink that was clicked.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Href { get; }

Property Value

Type: String
The value of the href attribute of the hyperlink.
See Also