DOMNodeCurrentSourceURL Property  | 
Version 106.0.290 
            The selected url for nodes with a srcset attribute.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic string CurrentSourceURL { get; set; }public:
property String^ CurrentSourceURL {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also