asp.net mvc 和 recaptcha 操作
当用户提交表单时,我想间歇性地显示/重定向到验证码页面(基于一些自定义规则),如果经过验证,则执行/提交第一个操作
有没有办法使用 ActionFilter 来执行此操作? 或任何其他方式?
When a user submits a form, i'd like to show/redirect to the captcha page intermittently ( based on some custom rules ) and if validated, then execute/commit the first action
Is there a way of doing this using the ActionFilter ?
or any other way ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这也是:
http://eglasius.blogspot.com/2010/10 /添加-recaptcha-to-aspnet-mvc.html
This is also:
http://eglasius.blogspot.com/2010/10/adding-recaptcha-to-aspnet-mvc.html