CSSIdentifierValue sealed class CSSIdentifierValue : CSSValue More information available at https://developer.mozilla.org/en-US/docs/Web/CSS/user-ident Documentation Code public string Value { get; } Gets the specified identifier. public CSSIdentifierValue(string token)