Click here to Skip to main content
15,900,572 members
Articles / All Topics

Implementing basic Captcha in ASP.NET 5 MVC 6

Rate me:
Please Sign up or sign in to vote.
3.67/5 (2 votes)
19 Sep 2015MIT 10K   3  
Long back I wrote some posts about implementing captcha in ASP.NET MVC. This post is about implementing captcha in ASP.NET5 MVC 6. How it works – while loading the page, captcha tag helper displays an image, and set a hidden field in the page with an encrypted value.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Technical Lead
India India
Working as Tech. Lead

My blog : dotnetthoughts.net.
You can follow me in twitter : @anuraj

Comments and Discussions