AngleSharp by AngleSharp

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

.NET API 1,214,976 bytes

 ComplexSelector

Represents a complex selector, i.e. one or more compound selectors separated by combinators.
public bool IsReady { get; }

public int Length { get; }

public Priority Specifity { get; }

public string Text { get; }

public ComplexSelector()

public void AppendSelector(ISelector selector, CssCombinator combinator)

public void ConcludeSelector(ISelector selector)

public bool Match(IElement element)