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