Click or drag to resize

IDomNode Interface

Version 130.1.90
Represents the tag name and attribute data belonging to a node in the browser's DOM.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public interface IDomNode : IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The IDomNode type exposes the following members.

Properties
 NameDescription
Public propertyAttributeNames Get a read only list of the attribute names.
Public propertyItem Get the value of an attribute.
Public propertyTagName The name of the HTML element.
Top
Methods
 NameDescription
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, String)
Public methodHasAttribute Determine if the DomNode has the requested attribute.
Top
See Also