C# Class BlogSharp.MvcExtensions.Filters.AntiGoogleWebAcceleratorFilter

Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: BlogSharp/Blogsharp

Méthodes publiques

Méthode Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Implementors should perform they filter logic and return true if the action should be processed. Modified from castle/monorail project for Mvc

Method Details

OnActionExecuting() public méthode

Implementors should perform they filter logic and return true if the action should be processed. Modified from castle/monorail project for Mvc
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void