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