CefDomDocument GetElementById Method Xilium.CefGlue

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

Returns the document element with the specified ID value.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefDomNode GetElementById(
	string id
)

Parameters

id
Type: OnlineSystem String

[Missing <param name="id"/> documentation for "M:Xilium.CefGlue.CefDomDocument.GetElementById(System.String)"]

Return Value

Type: CefDomNode

[Missing <returns> documentation for "M:Xilium.CefGlue.CefDomDocument.GetElementById(System.String)"]

See Also