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