Skip to content
Docs Try Aspire

ReferenceExpression

Class net8.0
📦 Aspire.Hosting v13.2.0
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
{
// ...
}

A ReferenceExpression operates in one of two modes:

View all properties
View all methods
Emptystatic
Represents an empty reference expression with no name, value providers, or arguments.
View all fields