Skip to content
Docs Try Aspire

UrlDisplayLocation

Enum net10.0
📦 Aspire.Hosting v13.1.2
Specifies where the URL should be displayed.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum UrlDisplayLocation
SummaryAndDetails = 0
Show the URL in locations where either the resource summary or resource details are being displayed.
DetailsOnly = 1
Show the URL in locations where the full details of the resource are being displayed.