HasAttributes Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a value indicating whether the current node has any attributes.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool HasAttributes { get; }
Visual Basic
Public ReadOnly Property HasAttributes As Boolean
	Get
Visual C++
public:
property bool HasAttributes {
	bool get ();
}

See Also