Table of Contents

Class PseudoElementNames

Namespace
AngleSharp.Css
Assembly
AngleSharp.dll

The collection of (known / used) selector pseudo element names.

public static class PseudoElementNames
Inheritance
PseudoElementNames
Inherited Members

Fields

After

The after pseudo element.

public static readonly string After

Field Value

string

Before

The before pseudo element.

public static readonly string Before

Field Value

string

Content

The content pseudo element.

public static readonly string Content

Field Value

string

FirstLetter

The first-letter pseudo element.

public static readonly string FirstLetter

Field Value

string

FirstLine

The first-line pseudo element.

public static readonly string FirstLine

Field Value

string

FootnoteCall

The footnote-call pseudo element.

public static readonly string FootnoteCall

Field Value

string

FootnoteMarker

The footnote-marker pseudo element.

public static readonly string FootnoteMarker

Field Value

string

Selection

The selection pseudo element.

public static readonly string Selection

Field Value

string

Separator

The separating double-colon.

public static readonly string Separator

Field Value

string

Slotted

The slotted pseudo element.

public static readonly string Slotted

Field Value

string