Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

ExpressionInterpolatedStringHandler

Structnet10.0
📦 Aspire.Hosting v13.5.4
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
{
// ...
}
View all constructors
View all methods