Click or drag to resize

CefV8ValueGetValue(String) Method

Returns the value with the specified identifier on success. Returns NULL if this method is called incorrectly or an exception is thrown.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefV8Value GetValue(
	string key
)

Parameters

key  String
 

Return Value

CefV8Value
See Also