AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.3" />

 AttrExtensions

static class AttrExtensions
Extensions for the list of attributes.
public static bool AreEqual(this List<IAttr> sourceAttributes, List<IAttr> targetAttributes)

Compares another attribute container to the current container.

public static IAttr Get(this List<IAttr> attributes, string name)

Gets the attribute with the provided name.

public static IAttr Get(this List<IAttr> attributes, string namespaceUri, string localName)

Gets the an attribute with the provided local name and namespace URI.

public static bool Has(this List<IAttr> attributes, string name)

Checks if an attribute with the provided local name is given.

public static bool Has(this List<IAttr> attributes, string namespaceUri, string localName)

Checks if an attribute with the provided local name and namespace URI is given.