PointInspectionAbsoluteImageUrl Property |
Gets the absolute URL of the image located at the point.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public string AbsoluteImageUrl { get; }
Property Value
Type:
String
The absolute URL of the image located at the point or an empty string if there
is no image at the point.
See Also