4 references to QueryHelpers
Aspire.Dashboard (1)
Utils\DashboardUIHelpers.cs (1)
148var queryParams = QueryHelpers.ParseQuery(queryString);
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
320uri = QueryHelpers.AddQueryString(uri, context.ReturnUrlParameter, context.ReturnUrl);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
336return QueryHelpers.AddQueryString(Options.AuthorizationEndpoint, parameters!);
Microsoft.AspNetCore.Mvc.Razor (1)
Infrastructure\DefaultFileVersionProvider.cs (1)
74value = QueryHelpers.AddQueryString(path, VersionKey, GetHashForFile(fileInfo));