Table of Contents

Class CssSelectorParser

Namespace
AngleSharp.Css.Parser
Assembly
AngleSharp.dll

Allows the simply creation of CSS selectors.

public class CssSelectorParser : ICssSelectorParser
Inheritance
CssSelectorParser
Implements
Inherited Members
Extension Methods

Constructors

CssSelectorParser()

Creates a new selector parser.

public CssSelectorParser()

Methods

ParseSelector(string)

Takes a string and transforms it into a selector object.

public ISelector? ParseSelector(string selectorText)

Parameters

selectorText string

Returns

ISelector