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