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
posted @ 2017-05-25 18:39
posted @ 2017-05-15 14:21