Share via


ReferenceExpression.ExpressionInterpolatedStringHandler 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 ReferenceExpression.ExpressionInterpolatedStringHandler
type ReferenceExpression.ExpressionInterpolatedStringHandler = struct
Public Structure ReferenceExpression.ExpressionInterpolatedStringHandler
Inheritance
ReferenceExpression.ExpressionInterpolatedStringHandler

Constructors

ReferenceExpression.ExpressionInterpolatedStringHandler(Int32, Int32)

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