PointInspectionAbsoluteLinkUrl Property |
Gets the absolute URL of the link DOM element at the specified point.
Returns an empty string if there is no link at the point.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string AbsoluteLinkUrl { get; }
Property Value
Type:
String
The absolute URL of the link DOM element at the specified point or
an empty string if there is no link at the point.
See Also