3 references to SummaryAndDetails
Aspire.Hosting (2)
ApplicationModel\ResourceUrlAnnotation.cs (2)
35/// Locations where this URL should be shown on the dashboard. Defaults to <see cref="UrlDisplayLocation.SummaryAndDetails"/>. 37public UrlDisplayLocation DisplayLocation { get; set; } = UrlDisplayLocation.SummaryAndDetails;
Aspire.Hosting.Tests (1)
WithUrlsTests.cs (1)
424c.Urls.Add(new() { Url = "http://example.com/", DisplayLocation = UrlDisplayLocation.SummaryAndDetails });