6 references to UrlPath
Aspire.Dashboard (6)
DashboardWebApplication.cs (2)
476if (context.Request.Path.Equals(TargetLocationInterceptor.ResourcesPath, StringComparisons.UrlPath)) 550if (context.Request.Path.StartsWithSegments("/_blazor", StringComparisons.UrlPath) &&
Model\BrowserLinkOutgoingPeerResolver.cs (2)
40if (url != null && url.EndsWith(lastSegment, StringComparisons.UrlPath)) 47if (Guid.TryParse(parts[0], out _) && string.Equals(parts[1], lastSegment, StringComparisons.UrlPath))
Model\TargetLocationInterceptor.cs (1)
36if (string.Equals(path, ResourcesPath, StringComparisons.UrlPath))
Model\ValidateTokenMiddleware.cs (1)
29if (context.Request.Path.Equals("/login", StringComparisons.UrlPath))