3 references to AddQueryString
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);