DevToolsClientDOMStorage Property |
Version 130.1.90
Query and modify DOM storage.
Namespace: CefSharp.DevToolsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public DOMStorageClient DOMStorage { get; }
public:
property DOMStorageClient^ DOMStorage {
DOMStorageClient^ get ();
}
Property Value
DOMStorageClientSee Also