1 write to Url
Aspire.Dashboard (1)
Model\ResourceViewModel.cs (1)
372
Url
= url;
9 references to Url
Aspire.Dashboard (9)
Model\ResourceOutgoingPeerResolver.cs (3)
85
var url1 = urls1[i].
Url
;
86
var url2 = urls2[i].
Url
;
137
var hostAndPort = service.
Url
.GetComponents(UriComponents.HostAndPort, UriFormat.UriEscaped);
Model\ResourceUrlHelpers.cs (6)
34
Address = url.
Url
.Host,
35
Port = url.
Url
.Port,
36
Url = url.
Url
.Scheme is "http" or "https" ? url.
Url
.OriginalString : null,
39
OriginalUrlString = url.
Url
.OriginalString,
40
Text = string.IsNullOrEmpty(url.DisplayProperties.DisplayName) ? url.
Url
.OriginalString : url.DisplayProperties.DisplayName