ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler Struct

Definition

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.

public ref struct ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler
type ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler = struct
Public Structure ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler
Inheritance
ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler

Constructors

ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler(Int32, Int32, 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.

Methods

AppendFormatted(ReferenceExpression, String)
Obsolete.

Appends the formatted value provided by the specified reference expression to the output.

AppendFormatted(String, String)

Appends a formatted value to the expression.

AppendFormatted(String)

Appends a formatted value to the expression.

AppendFormatted<T>(IResourceBuilder<T>, String)

Appends a formatted value to the expression. The value must implement IValueProvider and IManifestExpressionProvider.

AppendFormatted<T>(IResourceBuilder<T>)

Appends a formatted value to the expression. The value must implement IValueProvider and IManifestExpressionProvider.

AppendFormatted<T>(T, String)

Appends a formatted value to the expression. The value must implement IValueProvider and IManifestExpressionProvider.

AppendFormatted<T>(T)

Appends a formatted value to the expression. The value must implement IValueProvider and IManifestExpressionProvider.

AppendLiteral(String)

Appends a literal value to the expression.

Applies to