| IDomNode Interface | 
Namespace: CefSharp
 Syntax
SyntaxThe IDomNode type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AttributeNames | 
            Get a read only list of the attribute names.
             | 
|  | Item | 
            Get the value of an attribute.
             | 
|  | TagName | 
            The name of the HTML element.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetEnumerator | Returns an enumerator that iterates through the collection.(Inherited from IEnumerableKeyValuePairString, String.) | 
|  | HasAttribute | 
            Determine if the DomNode has the requested attribute.
             | 
 See Also
See Also