Click or drag to resize

CefRequestContextGetAllPreferences Method

Returns all preferences as a dictionary. If |include_defaults| is true then preferences currently at their default value will be included. The returned object contains a copy of the underlying preference values and modifications to the returned object will not modify the underlying preference values. This method must be called on the browser process UI thread.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefDictionaryValue GetAllPreferences(
	bool includeDefaults
)

Parameters

includeDefaults
Type: SystemBoolean

Return Value

Type: CefDictionaryValue
See Also