BrowserSettingsCreate Method |
Version 130.1.90Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static IBrowserSettings Create(
bool autoDispose = false
)
public:
static IBrowserSettings^ Create(
bool autoDispose = false
)
Parameters
- autoDispose Boolean (Optional)
- set to false if you plan to reuse the instance, otherwise true
Return Value
IBrowserSettingsBrowserSettings
See Also