RequestContextGetAllPreferences Method |
Version 98.1.210
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.Core (in CefSharp.Core.dll) Version: 98.1.210.0
Syntax public IDictionary<string, Object> GetAllPreferences(
bool includeDefaults
)
public:
virtual IDictionary<String^, Object^>^ GetAllPreferences(
bool includeDefaults
) sealed
Parameters
- includeDefaults
- Type: SystemBoolean
If true then
preferences currently at their default value will be included.
Return Value
Type:
IDictionaryString,
ObjectPreferences (dictionary can have sub dictionaries)
Implements
IRequestContextGetAllPreferences(Boolean)See Also