64 references to QueryHelpers
Aspire.Dashboard (16)
Utils\DashboardUrls.cs (16)
22url = QueryHelpers.AddQueryString(url, "resource", resource);
26url = QueryHelpers.AddQueryString(url, "view", view);
53url = QueryHelpers.AddQueryString(url, "meter", meter);
56url = QueryHelpers.AddQueryString(url, "instrument", instrument);
61url = QueryHelpers.AddQueryString(url, "duration", duration.Value.ToString(CultureInfo.InvariantCulture));
65url = QueryHelpers.AddQueryString(url, "view", view);
80url = QueryHelpers.AddQueryString(url, "logLevel", logLevel);
87url = QueryHelpers.AddQueryString(url, "filters", filters);
91url = QueryHelpers.AddQueryString(url, "traceId", traceId);
95url = QueryHelpers.AddQueryString(url, "spanId", spanId);
113url = QueryHelpers.AddQueryString(url, "filters", filters);
124url = QueryHelpers.AddQueryString(url, "spanId", spanId);
135url = QueryHelpers.AddQueryString(url, "returnUrl", returnUrl);
139url = QueryHelpers.AddQueryString(url, "t", token);
148url = QueryHelpers.AddQueryString(url, "language", language);
149url = QueryHelpers.AddQueryString(url, "redirectUrl", redirectUrl);
Identity.DefaultUI.WebSite (1)
Microsoft.AspNetCore.Authentication (1)
Microsoft.AspNetCore.Authentication.Facebook (3)
Microsoft.AspNetCore.Authentication.Google (2)
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
Microsoft.AspNetCore.Authentication.OAuth (1)
Microsoft.AspNetCore.Authentication.Test (18)
Microsoft.AspNetCore.Http.Microbenchmarks (4)
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.AspNetCore.WebUtilities.Tests (15)