2 writes to LogoutPath
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
56options.LogoutPath = CookieAuthenticationDefaults.LogoutPath;
Microsoft.AspNetCore.Identity.UI (1)
IdentityDefaultUIConfigureOptions.cs (1)
56options.LogoutPath = $"/{IdentityUIDefaultAreaName}/Account/Logout";
3 references to LogoutPath
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (2)
411var shouldHonorReturnUrlParameter = Options.LogoutPath.HasValue && OriginalPath == Options.LogoutPath;
PostConfigureCookieAuthenticationOptions.cs (1)
54if (!options.LogoutPath.HasValue)