DomNodeHasAttribute Method |
Version 130.1.90
Determine if the DomNode has the requested attribute.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public bool HasAttribute(
string attributeName
)
public:
virtual bool HasAttribute(
String^ attributeName
) sealed
Parameters
- attributeName String
- The name of the attribute value.
Return Value
Boolean
True if the attribute exists in the DomNode, false if it does not.
Implements
IDomNodeHasAttribute(String)See Also