RecaptchaNet 1.0.1
See the version list below for details.
dotnet add package RecaptchaNet --version 1.0.1
NuGet\Install-Package RecaptchaNet -Version 1.0.1
<PackageReference Include="RecaptchaNet" Version="1.0.1" />
paket add RecaptchaNet --version 1.0.1
#r "nuget: RecaptchaNet, 1.0.1"
// Install RecaptchaNet as a Cake Addin #addin nuget:?package=RecaptchaNet&version=1.0.1 // Install RecaptchaNet as a Cake Tool #tool nuget:?package=RecaptchaNet&version=1.0.1
Recaptcha for .NET is an open source library that allows a developer to easily integrate Google's Recaptcha service in an ASP.NET Web Forms or ASP.NET MVC web application.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RecaptchaNet:
Package | Downloads |
---|---|
Security.Users.Web
Provides a controller that is ready for MVC application to manage user authentication and registration. Github source: https://github.com/vndevpro/SecurityUsers |
|
Daisytech.Web.DynamicForm
N2 Part for adding a Form. |
|
Captcha.Lib.Web
This is testing of reCaptha for Nuget lib |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RecaptchaNet:
Repository | Stars |
---|---|
johnstaveley/SecurityEssentials
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
|
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 277,023 | 1/20/2021 |
3.0.0 | 2,650 | 1/16/2021 |
2.1.0 | 939,267 | 12/8/2015 |
2.0.0 | 7,746 | 11/23/2015 |
1.8.0 | 31,703 | 7/31/2015 |
1.7.0 | 16,560 | 4/19/2015 |
1.6.0 | 33,409 | 8/5/2014 |
1.5.1 | 2,658 | 8/2/2014 |
1.5.0 | 7,305 | 7/29/2014 |
1.4.0 | 2,658 | 7/28/2014 |
1.3.0 | 122,195 | 8/18/2013 |
1.2.0 | 19,101 | 2/27/2013 |
1.0.1 | 3,001 | 2/3/2013 |
1.0.0 | 3,726 | 2/3/2013 |
This first-ever release of the Recpatcha for .NET library for public use has key functionality in terms of rendering recaptcha control (HTML) with appropriate options for pre-defined themes and culture (language).
It also allows a developer to verify user's answer to recaptcha's challenge with few lines of code.