NodeImportedDocument Property |
Version 130.1.90
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.DOMAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Node ImportedDocument { get; set; }
public:
property Node^ ImportedDocument {
Node^ get ();
void set (Node^ value);
}
Property Value
NodeSee Also