Interface IPseudoElement
- Namespace
- AngleSharp.Dom
- Assembly
- AngleSharp.dll
The PseudoElement interface is used for representing CSS pseudo-elements.
[DomName("PseudoElement")]
[DomNoInterfaceObject]
public interface IPseudoElement : IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
- Inherited Members
- Extension Methods
Properties
PseudoName
Gets the assigned pseudo name (e.g., before).
string PseudoName { get; }