2 references to AddQueryString
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
320
uri = QueryHelpers.
AddQueryString
(uri, context.ReturnUrlParameter, context.ReturnUrl);
Microsoft.AspNetCore.Mvc.Razor (1)
Infrastructure\DefaultFileVersionProvider.cs (1)
74
value = QueryHelpers.
AddQueryString
(path, VersionKey, GetHashForFile(fileInfo));