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