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

2026-04-30 12:058阅读0评论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相同。

阅读全文