Click or drag to resize

CefDictionaryValueSetDictionary Method

Sets the value at the specified key as type dict. Returns true if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SetDictionary(
	string key,
	CefDictionaryValue value
)

Parameters

key  String
 
value  CefDictionaryValue
 

Return Value

Boolean
See Also