BrowserSettingsCreate Method  | 
Version 87.1.132  
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 87.1.132.0
Syntaxpublic static IBrowserSettings Create(
	bool autoDispose = false
)
public:
static IBrowserSettings^ Create(
	bool autoDispose = false
)
Parameters
- autoDispose (Optional)
 - Type: SystemBoolean
set to false if you plan to reuse the instance, otherwise true 
Return Value
Type: 
IBrowserSettingsBrowserSettings
See Also