Skip to content
Docs Try Aspire
Docs Try

ReferenceExpressionBuilder.appendLiteral

Method
📦 Aspire.Hosting v13.4.0
interface ReferenceExpressionBuilder {
// ... omitted for brevity
appendLiteral(value: string): void;
}

Signature

method appendLiteral
Appends a literal value to the expression.
appendLiteral(value: string): void
value string

Defined on

This method is defined on the following type: