Click or drag to resize

CefDomVisitorVisit Method

Method executed for visiting the DOM. The document object passed to this method represents a snapshot of the DOM at the time this method is executed. DOM objects are only valid for the scope of this method. Do not keep references to or attempt to access any DOM objects outside the scope of this method.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void Visit(
	CefDomDocument document
)

Parameters

document
Type: Internal.Xilium.CefGlueCefDomDocument
See Also