AttributeContent

A single piece of an attribute value.

Members

Enums

Kind
enum Kind

Static functions

interpolation
AttributeContent interpolation(string expression)

Creates a new string interpolation attribute content value.

rawInterpolation
AttributeContent rawInterpolation(string expression)

Creates a new raw string interpolation attribute content value.

text
AttributeContent text(string text)

Creates a new text attribute content value.

Variables

kind
Kind kind;

Kind of this attribute content

value
string value;

The value - either text or a D expression

Meta