IExpressionValue
Interface net8.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{ // ...}Remarks
Section titled Remarks Expression values can be used anywhere both a runtime value and a publish-time manifest expression are needed.