5 references to UrlPath
Aspire.Dashboard (5)
DashboardWebApplication.cs (1)
285if (context.Request.Path.Equals(TargetLocationInterceptor.ResourcesPath, StringComparisons.UrlPath))
Model\BrowserLinkOutgoingPeerResolver.cs (2)
41if (url != null && url.EndsWith(lastSegment, StringComparisons.UrlPath)) 48if (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))