コード例 #1
0
ファイル: HomeController.cs プロジェクト: FishLiuWei/Dotnet
 public ContentResult Quit()
 {
     CommonUI.removeUser();
     Response.Redirect("/login", false);
     return(Content(""));
 }