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.
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.
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
dotnet add package Bet.AspNetCore.ReCapture
Steps to enable this within your project
- Add the following in
_ViewImports.cshtml
@using Bet.AspNetCore.ReCapture
@addTagHelper *, Bet.AspNetCore.ReCapture
- Add In
Startup.cs
file
services.AddReCapture(Configuration);
- On the form add this
<google-recaptcha></google-recaptcha>