从 MVC 3.0 Web Helper 设计和自定义 ReCaptcha

发布于 2024-12-01 13:26:43 字数 439 浏览 1 评论 0原文

我使用本教程 http://www.dotnetcurry.com/ShowArticle.aspx?ID =611 开始使用 ReCaptcha 助手 ReCaptcha Web Helper in ASP.NET MVC 3 RC

默认情况下 ReCapthca 看起来有点丑陋和大,

在此处输入图像描述

我想让它变得更简单/更小,删除播放声音和其他按钮,类似这样: 在此处输入图像描述

可能有人知道我该怎么做?

I am used this tutorial http://www.dotnetcurry.com/ShowArticle.aspx?ID=611 to start with ReCaptcha helper ReCaptcha Web Helper in ASP.NET MVC 3 RC

By default ReCapthca looking a bit ugly and big,

enter image description here

i want to make that a bit simpler/smaller, remove play sound and other buttons, something like that:
enter image description here

May be some one may have an idea how can i do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

游魂 2024-12-08 13:26:43

您可以指定干净的主题,如文档中所示< /a>:

@ReCaptcha.GetHtml(theme: "clean")

You could specify the clean theme as shown in the documentation:

@ReCaptcha.GetHtml(theme: "clean")
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文