Skip to content

reCAPTCHA for .NET v2.1

Compare
Choose a tag to compare
@tanveery tanveery released this 08 Dec 06:53
· 80 commits to master since this release

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