C# Class Sitecore.Modules.WeBlog.Mvc.Captcha.CaptchaValidatorAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
OnActionExecuting ( ActionExecutingContext filterContext ) : void

Private Methods

Méthode Description
GetClientKey ( System.Web.Mvc.ActionExecutingContext filterContext ) : string
InvalidateClientKey ( ActionExecutingContext filterContext ) : void

Method Details

OnActionExecuting() public méthode

public OnActionExecuting ( ActionExecutingContext filterContext ) : void
filterContext ActionExecutingContext
Résultat void