Skip to content

pnmcosta/recaptchav2dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recaptcha v2 API .NET implementation

Based on the new API version (v2) of the Google Recaptcha this is a Web Forms .NET implementation of the API as a validation control.

How to use

  • Go to the recaptcha admin and register your site for an API Key and Secret.
  • Compile or get the DLL from the latest release
  • Add reference to your project, or add it to the /bin directory, and <add assembly="recaptchav2" namespace="recaptchav2" tagPrefix="re"/> to your web.config.
  • Add the control to your page

Planed enhancements

  • Validation group support
  • Ajax/UpdatePanel support

Releases

  • 2015-04-25 - v1.0 First release, single validation summary support.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published