2 references to StartsWithSegments
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
550if (context.Request.Path.StartsWithSegments("/_blazor", StringComparisons.UrlPath) &&
Microsoft.AspNetCore.Http.Abstractions (1)
PathString.cs (1)
229return StartsWithSegments(other, StringComparison.OrdinalIgnoreCase);