Click or drag to resize

ObjectFactoryCreateBrowserSettings Method

Version 130.1.90
Create a new instance of IBrowserSettings

Namespace: CefSharp.Core
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static IBrowserSettings CreateBrowserSettings(
	bool autoDispose
)

Parameters

autoDispose  Boolean
Dispose of browser setings after it has been used to create a browser

Return Value

IBrowserSettings
returns new instance of IBrowserSettings
See Also