4 references to TargetLocationInterceptor
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (1)
91if (TargetLocationInterceptor.InterceptTargetLocation(NavigationManager.BaseUri, context.TargetLocation, out var newTargetLocation))
DashboardWebApplication.cs (3)
347if (context.Request.Path.Equals(TargetLocationInterceptor.ResourcesPath, StringComparisons.UrlPath)) 352context.Response.Redirect(TargetLocationInterceptor.StructuredLogsPath); 733options.CallbackPath = TargetLocationInterceptor.ResourcesPath;