Info
Version: | 1.0.0 |
Author(s): | e2home |
Last Update: | Thursday, September 27, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Abp.AspNetCore.NRCaptcha |
Install
Install-Package Abp.AspNetCore.NRCaptcha
dotnet add package Abp.AspNetCore.NRCaptcha
paket add Abp.AspNetCore.NRCaptcha
Abp.AspNetCore.NRCaptcha Download (Unzip the "nupkg" after downloading)
Dependencies
- Abp.AspNetCore(>= 3.4.0)
- ZKWeb.System.Drawing(>= 4.0.1)
使用方式:NRCaptchaValidatorResult Validate(string captchaToken, string inputText, bool canClear = true);.