Info
Version: | 3.1.0 |
Author(s): | tanveery |
Last Update: | Wednesday, January 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tanveery/recaptcha-net |
NuGet Url: | https://www.nuget.org/packages/RecaptchaNet |
Install
Install-Package RecaptchaNet
dotnet add package RecaptchaNet
paket add RecaptchaNet
RecaptchaNet Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.AspNet.Mvc(>= 5.2.7)
- Microsoft.AspNet.Razor(>= 3.2.7)
- Microsoft.AspNet.WebPages(>= 3.2.7)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- Newtonsoft.Json(>= 12.0.3)
- Microsoft.AspNetCore.Html.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
Tags
The following are highlights of the library are:
* Renders reCAPTCHA widget and verifies reCAPTCHA response with minimal amount of code
* Provides reCAPTCHA web control (ASP.NET Web Forms for .NET Framework 4.5 and above
* Provides HTML helper to quickly render reCAPTCHA widget (ASP.NET MVC 5 / ASP.NET Core 3.1 and above)
* Supprts reCAPTCHA version 2
* One of the most well-documented reCAPTCHA libraries in the open source community.