摘要:
在ASP.NET MVC中,经常会在Controller与View之间传递数据 1、Controller向View中传递数据 (1)使用ViewData["user"] (2)使用ViewBag.user (3)使用TempData["user"] (4)使用Model(强类型) 区别: (1)Vi 阅读全文
posted @ 2016-05-18 13:38
HelloWorld168
阅读(1940)
评论(0)
推荐(2)