C# Class BlogSharp.MvcExtensions.Filters.AntiGoogleWebAcceleratorFilter

Inheritance: System.Web.Mvc.ActionFilterAttribute
Show file Open project: BlogSharp/Blogsharp

Public Methods

Method 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 method

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
return void