1
我正在使用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" }))
{
}
我只是想知道什麼可爲,如果條件。 我只想顯示,當他們將是一個錯誤或他們是在驗證總結中的東西。
感謝