我試圖在我的應用程序中對頁面的局部視圖實現驗證碼。我將captcha作爲控件通過web.config引用。我已經使用這個論壇帖子中的GenericHandler和Class文件:http://forums.asp.net/t/1871186.aspx/1ASP.NET MVC CAPTCHA實現
如果我使用簡單的輸入標籤,如何引用用戶的輸入?我應該使用HtmlHelper嗎?
<div class="captcha">
<rhcap:Captcha ID="Captcha1" runat="server"></rhcap:Captcha>
<input type="text" id="UserCaptchaText"><input/>
<%= Html.TextAreaFor(m => m.UserCaptcha) %>
</div>
<%if(Captcha1.Text != /* How can get the users input here?*/) {
//display error
}else{
//proceed
}%>
的NuGet **谷歌驗證碼V2 **爲MVC 4和5 我寫的 - [NuGet包(https://www.nuget.org /packages/reCAPTCH.MVC/) - [Demo And Document](http://recaptchamvc.apphb.com/) – Sender 2015-06-16 13:54:32