67 references to QueryHelpers
Aspire.Dashboard (19)
Utils\DashboardUrls.cs (19)
24url = QueryHelpers.AddQueryString(url, "resource", resource);
28url = QueryHelpers.AddQueryString(url, "view", view);
32url = QueryHelpers.AddQueryString(url, "hiddenTypes", hiddenTypes);
36url = QueryHelpers.AddQueryString(url, "hiddenStates", hiddenStates);
40url = QueryHelpers.AddQueryString(url, "hiddenHealthStates", hiddenHealthStates);
67url = QueryHelpers.AddQueryString(url, "meter", meter);
70url = QueryHelpers.AddQueryString(url, "instrument", instrument);
75url = QueryHelpers.AddQueryString(url, "duration", duration.Value.ToString(CultureInfo.InvariantCulture));
79url = QueryHelpers.AddQueryString(url, "view", view);
94url = QueryHelpers.AddQueryString(url, "logLevel", logLevel);
101url = QueryHelpers.AddQueryString(url, "filters", filters);
105url = QueryHelpers.AddQueryString(url, "traceId", traceId);
109url = QueryHelpers.AddQueryString(url, "spanId", spanId);
127url = QueryHelpers.AddQueryString(url, "filters", filters);
138url = QueryHelpers.AddQueryString(url, "spanId", spanId);
149url = QueryHelpers.AddQueryString(url, "returnUrl", returnUrl);
153url = QueryHelpers.AddQueryString(url, "t", token);
162url = QueryHelpers.AddQueryString(url, "language", language);
163url = 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)