【发布时间】:2014-06-05 19:15:40
【问题描述】:
我正在使用 Captcha Mvc 4.0 (Vyacheslav)
这是我的代码:
@Html.Captcha("Refresh", "Enter the text shown in imag"
, 5, "Is required field.", false)
这就是问题所在:
运行流畅但没有显示刷新按钮,这是由于style="display:none;"
<a href="#CaptchaImage" id="5f88fe4e11e743c6a8a8430de57cfcff"
onclick="______f9192ce4675540129ec6f99adc316d82________()"
style="display:none;">Refresh</a>
如何让它可见?
【问题讨论】:
标签: asp.net-mvc-4 captcha