CefDomDocumentGetElementById Method |
Returns the document element with the specified ID value.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CefDomNode GetElementById(
string id
)
Parameters
- id String
-
Return Value
CefDomNode
See Also