ReferenceExpressionBuilder
Class net8.0
A builder for creating
ReferenceExpression instances. namespace Aspire.Hosting.ApplicationModel;
public class ReferenceExpressionBuilder{ // ...} 11 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods9
Section titled MethodsAppend(ReferenceExpressionBuilderInterpolatedStringHandler) Appends an interpolated string to the expression.
AppendFormatted(string?) Appends a formatted value to the expression.
AppendFormatted(string?, string?)ats export Appends a formatted value to the expression.
AppendFormatted(T) Appends a formatted value to the expression. The value must implement
IValueProvider and IManifestExpressionProvider. AppendFormatted(ReferenceExpression, string)obsolete Appends the formatted value provided by the specified reference expression to the output.
AppendFormatted(T, string?) Appends a formatted value to the expression. The value must implement
IValueProvider and IManifestExpressionProvider. AppendLiteral(string)ats export Appends a literal value to the expression.
AppendValueProvider(object, string?)ats export Appends a value provider to the expression using late binding. The object must implement both
IValueProvider and IManifestExpressionProvider, or be an ApplicationModel.IResourceBuilder`1 where T implements both interfaces. Buildats export Builds the
ReferenceExpression.