NodeImportedDocument Property  | 
Version 87.1.132 
            Import document for the HTMLImport links.
            
 
    Namespace: 
   CefSharp.DevTools.DOM
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic Node ImportedDocument { get; set; }public:
property Node^ ImportedDocument {
	Node^ get ();
	void set (Node^ value);
}Property Value
Type: 
Node
See Also