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