MVC 4中从tempdata获取对象的方法是什么?
- 内容介绍
- 文章标签
- 相关推荐
本文共计207个文字,预计阅读时间需要1分钟。
我有员工类,public class Employee { public string Name { get; set; } public string EmpID { get; set; } public string Designation { get; set; } } 我希望在View上使用TempData相同。
本文共计207个文字,预计阅读时间需要1分钟。
我有员工类,public class Employee { public string Name { get; set; } public string EmpID { get; set; } public string Designation { get; set; } } 我希望在View上使用TempData相同。

