Share via


ReferenceExpression.Create Method

Definition

Creates a new instance of ReferenceExpression with the specified format and value providers.

public static Aspire.Hosting.ApplicationModel.ReferenceExpression Create (in Aspire.Hosting.ApplicationModel.ReferenceExpression.ExpressionInterpolatedStringHandler handler);
static member Create : ExpressionInterpolatedStringHandler -> Aspire.Hosting.ApplicationModel.ReferenceExpression
Public Shared Function Create (ByRef handler As ReferenceExpression.ExpressionInterpolatedStringHandler) As ReferenceExpression

Parameters

handler
ReferenceExpression.ExpressionInterpolatedStringHandler

The handler that contains the format and value providers.

Returns

A new instance of ReferenceExpression with the specified format and value providers.

Applies to