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)
352if (context.Request.Path.Equals(TargetLocationInterceptor.ResourcesPath, StringComparisons.UrlPath)) 357context.Response.Redirect(TargetLocationInterceptor.StructuredLogsPath); 738options.CallbackPath = TargetLocationInterceptor.ResourcesPath;