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