InfoConnect for Unisys
Links Property


Gets a list of all the hyperlinks within the current HTML document.
Syntax
'Declaration
 
ReadOnly Property Links As IWebElement()
'Usage
 
Dim instance As IWebDocument
Dim value() As IWebElement
 
value = instance.Links
IWebElement[] Links {get;}
See Also