4 references to AddQueryString
Identity.DefaultUI.WebSite (1)
Services\ContosoAuthenticationHandler.cs (1)
28
uri = QueryHelpers.
AddQueryString
(uri, new Dictionary<string, string>()
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountHandler.cs (1)
98
return QueryHelpers.
AddQueryString
(Options.AuthorizationEndpoint, queryStrings!);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
336
return QueryHelpers.
AddQueryString
(Options.AuthorizationEndpoint, parameters!);
Microsoft.AspNetCore.WebUtilities.Tests (1)
QueryHelpersTests.cs (1)
166
var result = QueryHelpers.
AddQueryString
(uri, queryStrings);