Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns the URL that the hyperlink points to.

Signature
C#
C#
<p> public System.String GetUrlString()</p>
Signature
vb.net
vb.net
<p>Public Function GetUrlString() As String</p>

Example

Code Block
csharp
csharp
titleC#
string url = link.GetUrlString();
Code Block
vb.net
vb.net
titlevb.net
Dim url As String = link.GetUrlString()
Example