In my ASP.NET Core application I have this route to sign the user out: [HttpPost("logout")] public async Task Logout() { await ...
確定! 回上一頁