DevToolsClientDOMStorage Property |
Version 118.6.80
Query and modify DOM storage.
Namespace:
CefSharp.DevTools
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntaxpublic DOMStorageClient DOMStorage { get; }
public:
property DOMStorageClient^ DOMStorage {
DOMStorageClient^ get ();
}
Property Value
Type:
DOMStorageClient
See Also