PointInspectionUrlNode Property |
Gets the link node when a link is located at the point.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax 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