StorageIdIsLocalStorage Property |
Version 118.6.80
Whether the storage is local storage (not session storage).
Namespace:
CefSharp.DevTools.DOMStorage
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public bool IsLocalStorage { get; set; }
public:
property bool IsLocalStorage {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also