AngleSharp by AngleSharp

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

.NET API 818,176 bytes

 IPseudoElement

The PseudoElement interface is used for representing CSS pseudo-elements.
using AngleSharp.Attributes; namespace AngleSharp.Dom { [DomName("PseudoElement")] [DomNoInterfaceObject] public interface IPseudoElement : IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode { string PseudoName { get; } } }