PointInspectionUrlNode Property  | 
 
                Gets the link node when a link is located at the point.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.20.0
Syntaxpublic INode UrlNode { get; }Property Value
Type: 
INode
                The link node when a link is located at the point
                or null if there is no link node at the point.
            
See Also