AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.13.0-alpha-745" />

.NET API 828,928 bytes

 IAttributeObserver

public interface IAttributeObserver
Represents the interface for observing attribute changes.
namespace AngleSharp.Dom { public interface IAttributeObserver { void NotifyChange(IElement host, string name, string value); } }