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
Wiki Markup
{description}
{excerpt}Returns the URL that the hyperlink points to.{excerpt}
{signature:C#}
 public System.String GetUrlString()
{signature}{signature:vb.net}
Public Function GetUrlString() As String
{signature}
{example}{code:csharp|title=C#}
string url = link.GetUrlString();{code}
{code:vb.net|title=vb.net}
Dim url As String = link.GetUrlString(){code}

{example}