Click or drag to resize

BrowserSettingsAutoDispose Property

Version 91.1.160
Gets a value indicating if the browser settings instance was created internally by CefSharp. Instances created by CefSharp will be Disposed of after use. To control the lifespan yourself create an set BrowserSettings yourself.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 91.1.160.0
Syntax
public bool AutoDispose { get; }

Property Value

Type: Boolean

Implements

IBrowserSettingsAutoDispose
See Also