Class Selector

Object representing CSS selector

Inheritance
System.Object
Selector
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.CssParsing
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
public class Selector

Constructors

Selector()

Declaration
public Selector()

Properties

SimpleSelectors

Gets the simple selectors.

Declaration
public IList<SimpleSelector> SimpleSelectors { get; }
Property Value
Type Description
System.Collections.Generic.IList<SimpleSelector>

The simple selectors.

Methods

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Overrides
System.Object.ToString()