public ActionResult Index(string returnUrl) { ViewBag.ReturnUrl = returnUrl; return View(); } 3.使用讀寫屬性 public string ReturnUrl { get; ...
確定! 回上一頁