AngleSharp by Florian Rappl

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

.NET API 1,181,184 bytes

 Attr

sealed class Attr : IAttr, IEquatable<IAttr>
Represents a generic node attribute.
public bool IsId { get; }

Gets whether the attribute is an ID attribute.

public string LocalName { get; }

Gets the local name of the attribute.

public string Name { get; }

Gets the name of the attribute.

public string NamespaceUri { get; }

Gets the namespace URI of the attribute.

public string Prefix { get; }

Gets the namespace prefix of the specified node, or null if no prefix is specified.

public bool Specified { get; }

Gets if this attribute was explicitly given a value in the document.

public string Value { get; set; }

Gets or sets the value of the attribute.

public bool Equals(IAttr other)

Compares the given attribute to the current one.