AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.431" />

.NET API 957,440 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); } }