AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0-beta.468" />

.NET API 958,464 bytes

 IAttr

This type represents a DOM element's attribute as an object.
bool IsSpecified { get; }

Gets always true.

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.

Gets the owning element, if any.

string Prefix { get; }

Gets the prefix used by the namespace.

string Value { get; set; }

Gets the attribute's value.