Skip to content
Docs Try Aspire

ReferenceExpression

Class net10.0
📦 Aspire.Hosting v13.1.2
Represents an expression that might be made up of multiple resource properties. For example, a connection string might be made up of a host, port, and password from different endpoints.
namespace Aspire.Hosting.ApplicationModel;
public class ReferenceExpression
: Aspire.Hosting.ApplicationModel.IManifestExpressionProvider,
Aspire.Hosting.ApplicationModel.IValueProvider,
Aspire.Hosting.ApplicationModel.IValueWithReferences
{
// ...
}