AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.1-beta.491" />

.NET API 962,560 bytes

 IAttributeObserver

public interface IAttributeObserver
Represents the interface for observing attribute changes.
using System.Runtime.CompilerServices; namespace AngleSharp.Dom { [System.Runtime.CompilerServices.NullableContext(1)] public interface IAttributeObserver { void NotifyChange(IElement host, string name, [System.Runtime.CompilerServices.Nullable(2)] string value); } }