Click or drag to resize

CefDomDocumentGetElementById Method

Returns the document element with the specified ID value.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefDomNode GetElementById(
	string id
)

Parameters

id  String
 

Return Value

CefDomNode
See Also