C# 在 ASP.NET 中创建 CAPTCHA 代码的代码?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/430615/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Code to create CAPTCHA code in ASP.NET?
提问by Prashant
I want to create a CAPTCHA similar to http://www.gigbooks.com/getcaptcha.phpthis one. But its in PHP an anyone provide me the code to create the same in ASP.NET ?
我想创建一个类似于http://www.gigbooks.com/getcaptcha.php这个的验证码。但是它在 PHP 中,有人向我提供在 ASP.NET 中创建相同的代码吗?
I am using ASP.NET 2.0 (C#)
我正在使用 ASP.NET 2.0 (C#)
Thanks,
谢谢,
采纳答案by Lawrence Dol
For a programmatic API to reCAPTCHA, start at the recapture home page.
对于 reCAPTCHA 的编程 API,请从重新捕获主页开始。
If you just want to hide contact emails, take a look at Google's reCAPTCHA mailhide.
如果您只想隐藏联系人电子邮件,请查看 Google 的reCAPTCHA mailhide。