AngleSharp by Florian Rappl

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

 DomNameAttribute

public sealed class DomNameAttribute : Attribute
This attribute decorates official DOM objects as specified by the W3C. You could use it to detect all DOM types or get the correct spelling (PascalCase to camelCase). Multiple usages are allowed and should be checked.
public string OfficialName { get; }

Gets the official name of the given class, method or property.