HtmlAttributeCollection Class

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Represents a combined list and collection of HTML nodes.

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

Syntax

C#
public class HtmlAttributeCollection : IList<HtmlAttribute>, 
	ICollection<HtmlAttribute>, IEnumerable<HtmlAttribute>, IEnumerable
Visual Basic
Public Class HtmlAttributeCollection _
	Implements IList(Of HtmlAttribute), ICollection(Of HtmlAttribute),  _
	IEnumerable(Of HtmlAttribute), IEnumerable
Visual C++
public ref class HtmlAttributeCollection : IList<HtmlAttribute^>, 
	ICollection<HtmlAttribute^>, IEnumerable<HtmlAttribute^>, IEnumerable

Inheritance Hierarchy

System..::..Object
  HtmlAgilityPack..::..HtmlAttributeCollection

See Also