ReferenceExpressionBuilder
Class net10.0
A builder for creating
ReferenceExpression instances. namespace Aspire.Hosting.ApplicationModel;
public class ReferenceExpressionBuilder{ // ...} 10 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods8
Section titled MethodsAppend(ReferenceExpressionBuilderInterpolatedStringHandler) Appends an interpolated string to the expression.
AppendFormatted(string?) Appends a formatted value to the expression.
AppendFormatted(string?, string?) 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) Appends a literal value to the expression.
Build Builds the
ReferenceExpression.