Interface for objects that can render themselves as HTML strings. Used for dynamic values like CSS classes, JavaScript expressions, and custom template values.
TemplateValue
Renders this value as an HTML string.
Whether this value is being rendered as an HTML attribute value. This affects how the value should be escaped and formatted.
The rendered HTML string representation of this value
Interface for objects that can render themselves as HTML strings. Used for dynamic values like CSS classes, JavaScript expressions, and custom template values.
TemplateValue