Get a string array of all unique href links in the body Html. This is the collection of the value of href attribute of the <a tags in the body html.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Function GetLinkHrefs() As String()
C#
public string[] GetLinkHrefs()
C++
public:
 array<String>^ GetLinkHrefs() sealed 
J#
public string[] GetLinkHrefs()
JScript
public  function GetLinkHrefs() : String[]

See Also