CefDomVisitor Visit Method Xilium.CefGlue

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

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void Visit(
	CefDomDocument document
)

Parameters

document
Type: Xilium.CefGlue CefDomDocument

[Missing <param name="document"/> documentation for "M:Xilium.CefGlue.CefDomVisitor.Visit(Xilium.CefGlue.CefDomDocument)"]

See Also