ReferenceExpressionBuilderInterpolatedStringHandler
Struct net10.0
Represents a handler for interpolated strings that contain expressions. Those expressions will either be literal strings or instances of types that implement both
IValueProvider and IManifestExpressionProvider. namespace Aspire.Hosting.ApplicationModel;
public sealed struct ReferenceExpressionBuilderInterpolatedStringHandler{ // ...} 9 members
Constructors1
Section titled ConstructorsReferenceExpressionBuilderInterpolatedStringHandler(int, int, ReferenceExpressionBuilder) Represents a handler for interpolated strings that contain expressions. Those expressions will either be literal strings or instances of types that implement both
IValueProvider and IManifestExpressionProvider. Methods8
Section titled MethodsAppendFormatted(string?) Appends a formatted value to the expression.
AppendFormatted(string?, string) Appends a formatted value to the expression.
AppendFormatted(ReferenceExpression, string)obsolete Appends the formatted value provided by the specified reference expression to the output.
AppendFormatted(T) Appends a formatted value to the expression. The value must implement
IValueProvider and IManifestExpressionProvider. AppendFormatted(T, string?) Appends a formatted value to the expression. The value must implement
IValueProvider and IManifestExpressionProvider. AppendFormatted(IResourceBuilder<T>) Appends a formatted value to the expression. The value must implement
IValueProvider and IManifestExpressionProvider. AppendFormatted(IResourceBuilder<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.