DevToolsClientDOMSnapshot Property |
Version 130.1.90
This domain facilitates obtaining document snapshots with DOM, layout, and style information.
Namespace: CefSharp.DevToolsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public DOMSnapshotClient DOMSnapshot { get; }
public:
property DOMSnapshotClient^ DOMSnapshot {
DOMSnapshotClient^ get ();
}
Property Value
DOMSnapshotClientSee Also