6 writes to ReturnUrlParameter
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
726options.ReturnUrlParameter = "returnUrl";
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
31ReturnUrlParameter = CookieAuthenticationDefaults.ReturnUrlParameter;
Microsoft.AspNetCore.Authentication.Test (4)
CookieTests.cs (4)
1525o.ReturnUrlParameter = "return"; 1547o.ReturnUrlParameter = "return"; 1570o.ReturnUrlParameter = "return"; 1592o.ReturnUrlParameter = "return";
3 references to ReturnUrlParameter
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (3)
433redirectUri = Request.Query[Options.ReturnUrlParameter]; 469var accessDeniedUri = Options.AccessDeniedPath + QueryString.Create(Options.ReturnUrlParameter, returnUrl); 483var loginUri = Options.LoginPath + QueryString.Create(Options.ReturnUrlParameter, redirectUri);