HyperlinkAction Constructor
Initializes a new instance of the
HyperlinkAction class with the specified URL.
public HyperlinkAction(
string
)
'Declaration
Public Function New( _
ByVal As String _
)
Parameters
- url
- The URL to navigate to when the action is triggered.