Click or drag to resize

DomNodeHasAttribute Method

Version 94.4.20
Determine if the DomNode has the requested attribute.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public 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.

Implements

IDomNodeHasAttribute(String)
See Also