标签: asp.net-mvc tempdata
如何从TempData中检索包含匿名类型的数据?像那样
TempData
TempData["Info"] = new { Id= 1, Name= "John" };