在视图中检查验证

时间:2013-01-01 17:02:32

标签: c# asp.net-mvc-3

我正在使用MVC应用程序。

我的代码如下: -

if(//there are errors then display validation summary)
{
<div class="error">@Html.ValidationSummary(true, "There was an error!")<div>
}
@using (Html.BeginForm("FoundSimilarAccounts", "Account", FormMethod.Post, new { id = "contactform" }))
{

}

我只是想知道if条件是什么。 我只想显示当它们是错误或它们是验证摘要中的内容时。

由于

1 个答案:

答案 0 :(得分:0)

您可以检查ModelState的{​​{1}}的{​​{3}}属性:

ViewData