MVC 2 ModelState - 显示所有错误
我的 asp.net 表单抛出与不正确模型相关的错误,但在页面上它没有显示哪个模型字段引发了错误。我想 Debug.WriteLine ModelState 中的所有错误,但不确定如何进行。有什么想法吗?
My asp.net form is throwing errors relating to an incorrect model, but on the page it's not showing me what model field threw the error. I'd like to Debug.WriteLine all errors in the ModelState but am unsure how to go about it. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不 <%=Html.ValidationSummary()?>工作?
Why wouldn't <%=Html.ValidationSummary()?> work?