Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the URL that the hyperlink points to.

{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}
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the URL that the hyperlink points to.{excerpt}
{signature:C#}
 public System.String GetUrlString()
Signature
{signature}{signature:vb.net
vb.net
}
Public Function GetUrlString() As String
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle