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()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Function GetUrlString() As String
{signature}
{example}{code:csharp|title=C#}String</p>

Example

Code Block
csharp
csharp
titleC#
string url = link.GetUrlString();{code}
{code:
|title=}
Code Block
vb.net
vb.net
titlevb.net
Dim url As String = link.GetUrlString(){code}

{example}
Example