Called before all action methods in this controller class are invoked
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
protected override void OnActionExecuting( ActionExecutingContext filterContext )
Parameters
- filterContext
- Type: ActionExecutingContext
Information about the current request and action
See Also