11 references to ServiceName
Aspire.Hosting.Blazor (11)
BlazorHostedExtensions.cs (2)
334? $"https+http://_{EndpointName}.{ServiceName}" 335: $"https+http://{ServiceName}";
GatewayConfigurationBuilder.cs (9)
143var routeId = prefix != null ? $"route-{resourceName}-{svc.ServiceName}" : $"route-{svc.ServiceName}"; 144var clusterId = $"cluster-{svc.ServiceName}"; 147env[$"ReverseProxy__Routes__{routeId}__Match__Path"] = $"{pathBase}/{svc.ApiPrefix}/{svc.ServiceName}/{{**catch-all}}"; 148env[$"ReverseProxy__Routes__{routeId}__Transforms__0__PathRemovePrefix"] = $"{pathBase}/{svc.ApiPrefix}/{svc.ServiceName}"; 228environment[$"services__{svc.ServiceName}__https__0"] = $"{OriginToken}{pathBase}/{svc.ApiPrefix}/{svc.ServiceName}"; 233environment[$"services__{svc.ServiceName}__http__0"] = $"{OriginToken}{pathBase}/{svc.ApiPrefix}/{svc.ServiceName}";