We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73e579 commit 91a6480Copy full SHA for 91a6480
README.md
@@ -1,2 +1,14 @@
1
-# recaptcha-mvc
+# Recaptcha-mvc
2
The .NET library for integrating Google Recaptcha V3 into ASP.NET MVC 3 or higher.
3
+
4
+### Usage
5
6
+- Suppose you have a ASP.NET MVC project.
7
+- Go to Google Recaptcha V3 to get client key and secret key.
8
+- Install RecaptchaMvc.NET via Nuget.
9
+- Download the sample project from this repository.
10
+- Follow it to integrate Google Recaptcha V3 into your web application.
11
12
+### Copyright and License
13
+©Copyright 2020 by 1001binary
14
+MIT License
0 commit comments