CefRequestContextGetPreference Method |
Returns the value for the preference with the specified |name|. Returns
NULL if the preference does not exist. The returned object contains a copy
of the underlying preference value and modifications to the returned object
will not modify the underlying preference value. 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 public CefValue GetPreference(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
CefValueSee Also