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