C# Класс BlogSharp.MvcExtensions.Filters.AntiGoogleWebAcceleratorFilter

Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OnActionExecuting() публичный Метод

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
Результат void