退出当前用户的登录,删除登录的cookie信息,可以在控制器中调用下面的方法。 await HttpContext.Authentication.SignOutAsync("MyCookieMiddlewareInstance"); ...
確定! 回上一頁