HtmlAttribute Class

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Represents an HTML attribute.

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

Syntax

C#
public class HtmlAttribute : IComparable
Visual Basic
Public Class HtmlAttribute _
	Implements IComparable
Visual C++
public ref class HtmlAttribute : IComparable

Inheritance Hierarchy

System..::..Object
  HtmlAgilityPack..::..HtmlAttribute

See Also