AngleSharp by AngleSharp

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

 DomAccessorAttribute

public sealed class DomAccessorAttribute : Attribute
This attribute decorates official DOM objects as specified by the W3C. You could use it to check if the given property or method should be placed on special locations, e.g. as a getter, setter or handled by a delete call.
public Accessors Type { get; }

Gets the accessor types for the given property or method.

Creates a new DomAccessorAttribute.