63 references to QueryHelpers
Aspire.Dashboard (15)
Utils\DashboardUrls.cs (15)
21url = QueryHelpers.AddQueryString(url, "resource", resource);
48url = QueryHelpers.AddQueryString(url, "meter", meter);
51url = QueryHelpers.AddQueryString(url, "instrument", instrument);
56url = QueryHelpers.AddQueryString(url, "duration", duration.Value.ToString(CultureInfo.InvariantCulture));
60url = QueryHelpers.AddQueryString(url, "view", view);
75url = QueryHelpers.AddQueryString(url, "logLevel", logLevel);
82url = QueryHelpers.AddQueryString(url, "filters", filters);
86url = QueryHelpers.AddQueryString(url, "traceId", traceId);
90url = QueryHelpers.AddQueryString(url, "spanId", spanId);
108url = QueryHelpers.AddQueryString(url, "filters", filters);
119url = QueryHelpers.AddQueryString(url, "spanId", spanId);
130url = QueryHelpers.AddQueryString(url, "returnUrl", returnUrl);
134url = QueryHelpers.AddQueryString(url, "t", token);
143url = QueryHelpers.AddQueryString(url, "language", language);
144url = 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)