Property AbsoluteLinkUrl
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
AbsoluteLinkUrl
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.
public string AbsoluteLinkUrl { get; }
Property Value
- 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.