Click or drag to resize

IDomNode Interface

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.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 methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, String.)
Public methodHasAttribute
Determine if the DomNode has the requested attribute.
Top
See Also