1 write to ReturnUrlParameter
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
296
ReturnUrlParameter
= Options.ReturnUrlParameter
3 references to ReturnUrlParameter
Microsoft.AspNetCore.Authentication (3)
Events\AccessDeniedContext.cs (1)
40
/// If <see cref="
ReturnUrlParameter
"/> is not set, this property is not used.
RemoteAuthenticationHandler.cs (2)
319
if (!string.IsNullOrEmpty(context.
ReturnUrlParameter
) && !string.IsNullOrEmpty(context.ReturnUrl))
321
uri = QueryHelpers.AddQueryString(uri, context.
ReturnUrlParameter
, context.ReturnUrl);