摘要: RedirectResult:运行重新导向到其他网址,在RedirectResult的内部,基本上还是以Response.Redirect方法响应HTTP 302暂时导向。 eg: public ActionResult Redirect() { return Redirect("/Home/NewIndex"); } 在mvc3版本之后,System.Web.Mvc.Controller类型... 阅读全文
posted @ 2018-09-21 20:35 进阶的哈姆雷特 阅读(2420) 评论(0) 推荐(0)