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