ChromiumWebBrowserBrowserSettings Property  | 
Version 87.1.132 
            Gets or sets the browser settings.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic IBrowserSettings BrowserSettings { get; set; }public:
property IBrowserSettings^ BrowserSettings {
	IBrowserSettings^ get ();
	void set (IBrowserSettings^ value);
}Property Value
Type: 
IBrowserSettingsThe browser settings.
See Also