MVC 4中从tempdata获取对象的方法是什么?

更新于
2026-07-27 23:13:22
16阅读来源:SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计207个文字,预计阅读时间需要1分钟。

MVC 4中从tempdata获取对象的方法是什么?

我有员工类,public class Employee { public string Name { get; set; } public string EmpID { get; set; } public string Designation { get; set; } } 我希望在View上使用TempData相同。

阅读全文