Skip to content
Docs Try Aspire

ExpressionInterpolatedStringHandler Constructors

Struct Constructors 1 member
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.
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 struct ExpressionInterpolatedStringHandler
{
public ExpressionInterpolatedStringHandler(
int literalLength,
int formattedCount)
{
// ...
}
}
literalLength int The length of the literal part of the interpolated string.
formattedCount int The number of formatted parts in the interpolated string.