Click or drag to resize

PointInspectionUrlNode Property

Gets the link node when a link is located at the point.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public 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