Table of Contents

Interface IPseudoClassSelectorFactory

Namespace
AngleSharp.Css
Assembly
AngleSharp.dll

Represents a factory for pseudo-class selectors.

public interface IPseudoClassSelectorFactory
Extension Methods

Methods

Create(string)

Creates a new pseudo-class selector for the given name.

ISelector? Create(string name)

Parameters

name string

The name of the pseudo-class.

Returns

ISelector

The created selector, if any.