ContentMode

Enumeration of content modes.

Values

ValueMeaning
appendContent

Will append content to the view.

appendContentPlaceholder

Will append content to the view with a placeholder

mixinContent

Will mixin the content as D code.

metaContent

Will parse the content as meta and handle it as such

discardContent

Will discard the content.

Meta