Click or drag to resize

DomNode.HasAttribute Method

Version 101.0.180
Determine if the DomNode has the requested attribute.

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

Parameters

attributeName
Type: System.String
The name of the attribute value.

Return Value

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

Implements

IDomNode.HasAttribute(String)
See Also