CssIdentifierValue
public struct CssIdentifierValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssIdentifierValue>
Represents a CSS identifier value.
Gets the CSS text representation.
Gets the value of the identifier.
Creates a new CSS identifier using the text.
Checks the two identifiers for equality.