IDomNodeHasAttribute Method |
Version 55.0.0
Determine if the DomNode has the requested attribute.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax bool HasAttribute(
string attributeName
)
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