Url Property (HyperlinkAction)
In This Topic
Get or sets a value indicating the hyperlink target URL.
Syntax
'Declaration
Public Property Url As String
public string Url {get; set;}
Property Value
The URL that should be opened when a hyperlink is clicked.
See Also