IDomNode Interface |
Namespace: CefSharp
The IDomNode type exposes the following members.
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.
|
Name | Description | |
---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairString, String.) |
![]() | HasAttribute |
Determine if the DomNode has the requested attribute.
|