本文介绍了tryupdatemodel不适用于具有字段而非属性的模型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在StackOverFlow上问了,我得到了答案但是现在我有点困惑为什么TryUpdateModel不接受具有字段而不是属性的模型!!!

I asked this question on StackOverFlow and I got the answer but now I am a little confused about why the TryUpdateModel does not accept model which has fields instead of properties!!!

推荐答案


这篇关于tryupdatemodel不适用于具有字段而非属性的模型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 23:45