IBrowserSettingsLocalStorage Property  | 
Version 106.0.290 
            Controls whether local storage can be used. Also configurable using the
            "disable-local-storage" command-line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
SyntaxCefState LocalStorage { get; set; }property CefState LocalStorage {
	CefState get ();
	void set (CefState value);
}Property Value
Type: 
CefState
See Also