ReferenceExpression.Create Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ReferenceExpressionPublic Shared Function Create (ByRef handler As ReferenceExpression.ExpressionInterpolatedStringHandler) As ReferenceExpressionParameters
The handler that contains the format and value providers.
Returns
A new instance of ReferenceExpression with the specified format and value providers.