C# 클래스 BlogSharp.MvcExtensions.Filters.AntiGoogleWebAcceleratorFilter

상속: System.Web.Mvc.ActionFilterAttribute
파일 보기 프로젝트 열기: BlogSharp/Blogsharp

공개 메소드들

메소드 설명
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