| 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; }
Public ReadOnly Property Href As String
Get
public:
property String^ Href {
String^ get ();
}
member Href : string with get
Property Value
Type:
String
The value of the href attribute of the hyperlink.
See Also