Click or drag to resize

IDomNodeHasAttribute Method

Version 75.1.140
Determine if the DomNode has the requested attribute.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
bool HasAttribute(
	string attributeName
)

Parameters

attributeName
Type: SystemString
The name of the attribute value.

Return Value

Type: Boolean
True if the attribute exists in the DomNode, false if it does not.
See Also