Node.HasAttributes

Node.HasAttributes method

Returns whether this node (if it is an element) has any attributes

public virtual bool HasAttributes()

Return Value

boolean true if this node has any attributes, false otherwise.

See Also