Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns the URL that the hyperlink points to.

Signature
C#
C#

<p> public System.String GetUrlString()</p>
Signature
vb.net
vb.net
Public <p>Public Function GetUrlString() As String</p>String
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