AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

 ShouldEmitAttribute

public sealed delegate ShouldEmitAttribute : MulticastDelegate
Determines if the attribute should be emitted
public ShouldEmitAttribute(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(ref StructHtmlToken token, ReadOnlyMemory<char> attributeName, AsyncCallback callback, object object)

public virtual bool EndInvoke(ref StructHtmlToken token, IAsyncResult result)

public virtual bool Invoke(ref StructHtmlToken token, ReadOnlyMemory<char> attributeName)