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.27.0
Syntaxpublic 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