Click or drag to resize

CefV8ValueGetValue Method (String)

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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefV8Value GetValue(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: CefV8Value
See Also