2017年5月25日

MVC项目中怎么浏览html页面

摘要: public class HomeController : Controller { public ActionResult Index() { //return View(); //return RedirectToAction("Login", "Auth", new { Area = "Account" });//跳转到别的view页面 ... 阅读全文

posted @ 2017-05-25 18:39 lijingran 阅读(4011) 评论(1) 推荐(0)

导航