Skip to content
Docs Try Aspire
Docs Try

ReferenceExpression.getValueAsync

Method
📦 Aspire.Hosting v13.4.0
interface ReferenceExpression {
// ... omitted for brevity
getValueAsync(cancellationToken: cancellationToken): string;
}

Signature

method getValueAsync
Gets the value of the expression. The final string value after evaluating the format string and its parameters.
getValueAsync(cancellationToken: cancellationToken): string
cancellationToken cancellationToken
string

Defined on

This method is defined on the following type: