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
"/>.
37
public UrlDisplayLocation DisplayLocation { get; set; } = UrlDisplayLocation.
SummaryAndDetails
;
Aspire.Hosting.Tests (1)
WithUrlsTests.cs (1)
424
c.Urls.Add(new() { Url = "http://example.com/", DisplayLocation = UrlDisplayLocation.
SummaryAndDetails
});