Skip to content
Docs Try Aspire
Docs Try

IExpressionValue

Interface net8.0
📦 Aspire.Hosting v13.3.0
Represents a value that provides both a runtime value and a manifest expression.
namespace Aspire.Hosting.ApplicationModel;
public interface IExpressionValue
: Aspire.Hosting.ApplicationModel.IManifestExpressionProvider,
Aspire.Hosting.ApplicationModel.IValueProvider
{
// ...
}
Expression values can be used anywhere both a runtime value and a publish-time manifest expression are needed.