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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CefDomNode GetElementById(
	string id
)

Parameters

id
Type: SystemString

Return Value

Type: CefDomNode
See Also