68 references to QueryHelpers
Aspire.Dashboard (20)
Utils\DashboardUrls.cs (20)
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);
124url = QueryHelpers.AddQueryString(url, "type", type);
131url = QueryHelpers.AddQueryString(url, "filters", filters);
142url = QueryHelpers.AddQueryString(url, "spanId", spanId);
153url = QueryHelpers.AddQueryString(url, "returnUrl", returnUrl);
157url = QueryHelpers.AddQueryString(url, "t", token);
166url = QueryHelpers.AddQueryString(url, "language", language);
167url = 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)