3 implementations of BasePath
Aspire.Dashboard (3)
Components\Pages\Metrics.razor.cs (1)
30
public string
BasePath
=> DashboardUrls.MetricsBasePath;
Components\Pages\StructuredLogs.razor.cs (1)
48
public string
BasePath
=> DashboardUrls.StructuredLogsBasePath;
Components\Pages\Traces.razor.cs (1)
45
public string
BasePath
=> DashboardUrls.TracesBasePath;
2 references to BasePath
Aspire.Dashboard (2)
Components\Pages\IPageWithSessionAndUrlState.cs (2)
95
if (string.Equals(page.
BasePath
, page.NavigationManager.ToBaseRelativePath(page.NavigationManager.Uri)))
103
if (newUrl != "/" + page.
BasePath
)