NodeImportedDocument Property  | 
Version 108.4.130 
            Deprecated, as the HTML Imports API has been removed (crbug.com/937746).
            This property used to return the imported document for the HTMLImport links.
            The property is always undefined now.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic Node ImportedDocument { get; set; }public:
property Node^ ImportedDocument {
	Node^ get ();
	void set (Node^ value);
}Property Value
Type: 
Node
See Also