Skip to content

Latest commit

 

History

History

Bet.AspNetCore.ReCapture

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Bet.AspNetCore.ReCapture

GitHub license Build status NuGet Nuget feedz.io

The second letter in the Hebrew alphabet is the ב bet/beit. Its meaning is "house". In the ancient pictographic Hebrew it was a symbol resembling a tent on a landscape.

Note: Pre-release packages are distributed via feedz.io.

Summary

This library was design to support Goolge ReCapture with AspNetCore Razor Pages or MVC Views. The Design was to keep it as simple as possible.

buymeacoffee

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Install

    dotnet add package Bet.AspNetCore.ReCapture

Usage

Steps to enable this within your project

  1. Add the following in _ViewImports.cshtml
    @using Bet.AspNetCore.ReCapture
    @addTagHelper *, Bet.AspNetCore.ReCapture
  1. Add In Startup.cs file
   services.AddReCapture(Configuration);
  1. On the form add this
    <google-recaptcha></google-recaptcha>