Click or drag to resize

CefRequestContextCanSetPreference Method

Returns true if the preference with the specified |name| can be modified using SetPreference. As one example preferences set via the command-line usually cannot be modified. This method must be called on the browser process UI thread.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool CanSetPreference(
	string name
)

Parameters

name  String
 

Return Value

Boolean
See Also