reCAPTCHA for .NET v2.1
reCAPTCHA for .NET is a library that allows a developer to easily integrate Google's reCAPTCHA service (the most popular captcha used by millions of sites) in an ASP.NET Web Forms or ASP.NET MVC web application.
The library is one of the most solid captcha libraries with the best documentation. Unlike most other reCAPTCHA libraries, it supports both ASP.NET Web Forms and ASP.NET MVC.
What's New?
- Added DataType property (API v2 only)
- Added DataSize property (API v2 only)
- Bug fixes