DOMNodeDocumentURL Property  | 
Version 104.4.240 
            Document URL that `Document` or `FrameOwner` node points to.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic string DocumentURL { get; set; }public:
property String^ DocumentURL {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also