AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.2.0-beta.448" />

 DomExposedAttribute

public sealed class DomExposedAttribute : Attribute
This attribute is used to determine the hosting interface.
using System; using System.Runtime.CompilerServices; namespace AngleSharp.Attributes { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Interface, AllowMultiple = true, Inherited = false)] public sealed class DomExposedAttribute : Attribute { public string Target { get; } public DomExposedAttribute(string target) { get; } } }