Skip to content
Docs Try Aspire
Docs Try

ReferenceExpression

Handle
📦 Aspire.Hosting v13.4.0
interface ReferenceExpression
extends IExpressionValue,
IManifestExpressionProvider,
IValueProvider,
IValueWithReferences {
getValueAsync(cancellationToken: cancellationToken): string;
}

Methods

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