AngleSharp by AngleSharp

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

 DomPutForwardsAttribute

public sealed class DomPutForwardsAttribute : Attribute
Decorates a read only attribute declaration whose type is an interface type. It indicates that assigning to the attribute will have specific behavior. Namely, the assignment is "forwarded" to the named attribute.
public string PropertyName { get; }

Gets the official name of the property to forward assignments to.

public DomPutForwardsAttribute(string propertyName)

Creates a new DomPutForwardsAttribute.