ChromiumWebBrowserBrowserSettings Property |
Version 130.1.90
Gets or sets the browser settings.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public IBrowserSettings BrowserSettings { get; set; }
public:
property IBrowserSettings^ BrowserSettings {
IBrowserSettings^ get ();
void set (IBrowserSettings^ value);
}
Property Value
IBrowserSettingsThe browser settings.
See Also