In this post we are going to verify reCAPTCHA user value in server-side using ASP.Net Core API. Previously we enabled reCAPTCHA in client-side using Angular8. To overview that, follow the below link: Enable reCAPTCHA – Angular8
Category: Angular8
Enable reCAPTCHA – Angular8
In this post we are going to enable reCAPTCHA in Angular8 application step by step. First of all we need to register site and generate key.
Visual Studio Code & Gulp Task
In this post we are going overview how we can run a task using gulp watch in Visual Studio Code. When a change occur the “watch()” API executes particular task. Learn more about gulp: https://gulpjs.com/docs/en/getting-started/quick-start