Skip to content
Docs Try Aspire
Docs Try

ReferenceExpression

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

Methods

Gets the resolved string value of the reference expression asynchronously
getValueAsync(cancellationToken: cancellationToken): string
cancellationToken cancellationToken
string