Click or drag to resize

BrowserSettingsCreate Method

Version 94.4.20
Create a new instance of IBrowserSettings

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
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: IBrowserSettings
BrowserSettings
See Also