February 23, 2012
Using And Customizing MVC ReCaptcha
Posted by Brian Mains under ASP.NET MVC, Google, Uncategorized | Tags: action, asp.net, attribute, google, mvc, recaptcha |No Comments
I was looking at the MVC ReCaptcha project available at http://mvcrecaptcha.codeplex.com/. It’s a pretty simple to implement into your MVC project, and its effective for implementing the core captcha capabilities quickly. The framework wraps the ASP.NET web forms control that is available on Google code, for which Google has not created its own MVC implementation (to […]