Returns whether this node (if it is an element) has any attributes
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.1
Syntaxpublic virtual bool HasAttributes()
Public Overridable Function HasAttributes As Boolean
public:
virtual bool HasAttributes()
abstract HasAttributes : unit -> bool
override HasAttributes : unit -> bool
Return Value
Type:
Boolean
boolean
true if this node has any attributes,
false otherwise.
See Also