ShowContextMenuParametersSourceUrl Property |
Gets the source URL for the element that the context menu was
invoked on.
Namespace:
DotNetBrowser.Browser.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public string SourceUrl { get; }
Property Value
Type:
String
The source URL for the element. Example of the elements with source URLs are
img,
audio, and
video.
See Also