Class PseudoClassNames
- Namespace
- AngleSharp.Css
- Assembly
- AngleSharp.dll
The collection of (known / used) selector pseudo class names.
public static class PseudoClassNames
- Inheritance
-
PseudoClassNames
- Inherited Members
Fields
Active
The active pseudo class.
public static readonly string Active
Field Value
AnyLink
The any-link pseudo class.
public static readonly string AnyLink
Field Value
Checked
The checked pseudo class.
public static readonly string Checked
Field Value
Contains
The contains pseudo function.
public static readonly string Contains
Field Value
Default
The default pseudo class.
public static readonly string Default
Field Value
Dir
The dir pseudo function.
public static readonly string Dir
Field Value
Disabled
The disabled pseudo class.
public static readonly string Disabled
Field Value
Empty
The empty pseudo class.
public static readonly string Empty
Field Value
Enabled
The enabled pseudo class.
public static readonly string Enabled
Field Value
FirstChild
The first-child pseudo class.
public static readonly string FirstChild
Field Value
FirstOfType
The first-of-type pseudo class.
public static readonly string FirstOfType
Field Value
Focus
The focus pseudo class.
public static readonly string Focus
Field Value
FocusVisible
The focus-visible pseudo class.
public static readonly string FocusVisible
Field Value
FocusWithin
The focus-within pseudo class.
public static readonly string FocusWithin
Field Value
Has
The has pseudo function.
public static readonly string Has
Field Value
HostContext
The host-context pseudo function.
public static readonly string HostContext
Field Value
Hover
The hover pseudo class.
public static readonly string Hover
Field Value
InRange
The in-range pseudo class.
public static readonly string InRange
Field Value
Indeterminate
The indeterminate pseudo class.
public static readonly string Indeterminate
Field Value
Invalid
The invalid pseudo class.
public static readonly string Invalid
Field Value
Is
The matches pseudo function.
public static readonly string Is
Field Value
Lang
The lang pseudo function.
public static readonly string Lang
Field Value
LastChild
The last-child pseudo class.
public static readonly string LastChild
Field Value
LastOfType
The last-of-type pseudo class.
public static readonly string LastOfType
Field Value
Link
The link pseudo class.
public static readonly string Link
Field Value
Matches
The matches pseudo function.
public static readonly string Matches
Field Value
Not
The not pseudo function.
public static readonly string Not
Field Value
NthChild
The nth-child pseudo function.
public static readonly string NthChild
Field Value
NthColumn
The nth-column pseudo function.
public static readonly string NthColumn
Field Value
NthLastChild
The nth-last-child pseudo function.
public static readonly string NthLastChild
Field Value
NthLastColumn
The nth-last-column pseudo function.
public static readonly string NthLastColumn
Field Value
NthLastOfType
The nth-last-of-type pseudo function.
public static readonly string NthLastOfType
Field Value
NthOfType
The nth-of-type pseudo function.
public static readonly string NthOfType
Field Value
OnlyChild
The only-child pseudo class.
public static readonly string OnlyChild
Field Value
OnlyType
The only-of-type pseudo class.
public static readonly string OnlyType
Field Value
Optional
The optional pseudo class.
public static readonly string Optional
Field Value
OutOfRange
The out-of-range pseudo class.
public static readonly string OutOfRange
Field Value
PlaceholderShown
The placeholder-shown pseudo class.
public static readonly string PlaceholderShown
Field Value
ReadOnly
The read-only pseudo class.
public static readonly string ReadOnly
Field Value
ReadWrite
The read-write pseudo class.
public static readonly string ReadWrite
Field Value
Required
The required pseudo class.
public static readonly string Required
Field Value
Root
The root pseudo class.
public static readonly string Root
Field Value
Scope
The scope pseudo class.
public static readonly string Scope
Field Value
Separator
The separating colon.
public static readonly string Separator
Field Value
Shadow
The shadow pseudo class.
public static readonly string Shadow
Field Value
Target
The target pseudo class.
public static readonly string Target
Field Value
Unchecked
The unchecked pseudo class.
public static readonly string Unchecked
Field Value
Valid
The valid pseudo class.
public static readonly string Valid
Field Value
Visited
The visited pseudo class.
public static readonly string Visited
Field Value
Where
The contains pseudo function.
public static readonly string Where