C# Class CTCClassSchedule.ProfilingActionFilter

Enables MvcMiniProfiler for all controller actions
The code for this filter was obtained from the following blog post: http://samsaffron.com/archive/2011/07/25/Automatically+instrumenting+an+MVC3+app
Inheritance: System.Web.Mvc.ActionFilterAttribute
Show file Open project: BellevueCollege/ClassSchedule

Public Methods

Method Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

OnActionExecuted() public method

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
return void

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void