Skip to content
Docs Try Aspire

ExpressionInterpolatedStringHandler

Struct net10.0
📦 Aspire.Hosting v13.1.2
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 ExpressionInterpolatedStringHandler
{
// ...
}