6 references to Url
Aspire.Hosting (6)
ApplicationModel\EndpointReference.cs (3)
49internal string GetExpression(EndpointProperty property = EndpointProperty.Url) 53EndpointProperty.Url => "url", 174EndpointProperty.Url => new(Endpoint.Url),
ApplicationModel\ExpressionResolver.cs (3)
47else if (property == EndpointProperty.Url) 72(EndpointProperty.Url, _, _) => string.Format(CultureInfo.InvariantCulture, "{0}://{1}:{2}", 145EndpointReference endpointReference => await EvalEndpointAsync(endpointReference, EndpointProperty.Url).ConfigureAwait(false),