MvcCaptcha验证码控件
ValidateMvcCaptchaAttribute 类
表示一个用来标记需要对MvcCaptcha验证码控件进行验证的action方法的属性。语法(C#)
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class ValidateMvcCaptchaAttribute : ActionFilterAttribute
public sealed class ValidateMvcCaptchaAttribute : ActionFilterAttribute
