The 'Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.TempDataSerializer' cannot serialize an object of type
时间:2018-05-11 16:41:10
收藏:0
阅读:1154
原因:经过研究源码发现,目前Asp.Net Core MVC
不支持复杂的数据类型
源码地址: Microsoft.AspNetCore.Mvc.ViewFeatures
TempDataSerializer.cs
CanSerializeType
原文:https://www.cnblogs.com/wodemingtian/p/9025324.html
评论(0)