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