AngleSharp by AngleSharp

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

.NET API 829,952 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; } } }