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