Attributes Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the collection of HTML attributes for this node. May not be null.

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

Syntax

C#
public HtmlAttributeCollection Attributes { get; internal set; }
Visual Basic
Public Property Attributes As HtmlAttributeCollection
	Get
	Friend Set
Visual C++
public:
property HtmlAttributeCollection^ Attributes {
	HtmlAttributeCollection^ get ();
	internal: void set (HtmlAttributeCollection^ value);
}

See Also