Password == "123") { // TODO SignIn return RedirectToAction("Index", "Home"); } return View(); } [HttpPost] public IActionResult SignOut() ...
確定! 回上一頁