InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Links Property


In This Topic
    Links Property
    In This Topic
    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