AngleSharp by Florian Rappl

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

.NET API 1,208,832 bytes

 IAttr

public interface IAttr : IEquatable<IAttr>
This type represents a DOM element's attribute as an object.
string LocalName { get; }

Gets the local name of the attribute.

string Name { get; }

Gets the attribute's name.

string NamespaceUri { get; }

Gets the namespace URL of the attribute.

string Prefix { get; }

Gets the prefix used by the namespace.

string Value { get; set; }

Gets the attribute's value.