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