3 references to Enabled
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (1)
195return Options.CurrentValue.Api.Enabled == true &&
DashboardEndpointsBuilder.cs (1)
112if (dashboardOptions.Api.Enabled == false)
DashboardWebApplication.cs (1)
415if (_dashboardOptionsMonitor.CurrentValue.Api.Enabled == true &&