Click or drag to resize

NodeImportedDocument Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public Node ImportedDocument { get; set; }

Property Value

Type: Node
See Also