Click or drag to resize

IRequestContext.GetAllPreferences Method

Version 107.1.120
Returns all preferences as a dictionary. 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:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
IDictionary<string, Object> GetAllPreferences(
	bool includeDefaults
)

Parameters

includeDefaults
Type: System.Boolean
If true then preferences currently at their default value will be included.

Return Value

Type: IDictionary<String, Object>
Preferences (dictionary can have sub dictionaries)
See Also