DefaultAttributeObserver
Represents the default attribute observer.
public DefaultAttributeObserver()
Creates a new instance.
public void RegisterObserver<TElement>(string expectedName, Action<TElement, string> callback) where TElement : IElement
Registers a new attribute observer.
Registers the standard attribute observers, e.g., for class, style, ... attributes.