Interface ICssSelectorParser
- Namespace
- AngleSharp.Css.Parser
- Assembly
- AngleSharp.dll
Represents the parser for a selector.
public interface ICssSelectorParser
- Extension Methods
Methods
ParseSelector(string)
Takes a string and transforms it into a selector object.
ISelector? ParseSelector(string selectorText)
Parameters
selectorText
string