C# Class Agribusiness.Web.Controllers.Filters.CaptchaValidatorAttribute

Validator to check the captcha values
Obtained from http://www.splatto.net/portfolio/blog/post/2009/08/21/Recatcha-In-MVC.aspx
Inheritance: System.Web.Mvc.ActionFilterAttribute
Mostra file Open project: ucdavis/Agribusiness

Public Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void