CefFrame V8Context Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Get the V8 context associated with the frame. This method can only be called from the render process.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefV8Context V8Context { get; }

Property Value

Type: CefV8Context
See Also