AngleSharp by AngleSharp

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

 CombinatorSymbols

public static class CombinatorSymbols
The collection of known CSS selector combinator symbols.
public static readonly string Adjacent

The "+" combinator.

public static readonly string Begins

The "^=" attribute combinator.

public static readonly string Child

The ">" combinator.

public static readonly string Column

The "||" combinator.

public static readonly string Deep

The ">>>" combinator.

public static readonly string Descendant

The " " combinator.

public static readonly string Descendent

The " " combinator.

public static readonly string Ends

The "$=" attribute combinator.

public static readonly string Exactly

The "=" attribute combinator.

public static readonly string InList

The "~=" attribute combinator.

public static readonly string InText

The "*=" attribute combinator.

public static readonly string InToken

The "|=" attribute combinator.

public static readonly string Pipe

The "|" combinator.

public static readonly string Sibling

The "~" combinator.

public static readonly string Unlike

The "!=" attribute combinator.