Click or drag to resize

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.16.0
Syntax
C#
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