ReadJsonFilter..::..OnActionExecuting Method
Called by the ASP.NET MVC framework before the action method executes.
Namespace:
Suoranta.EnterpriseLib.Web.MVC.FiltersAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public void OnActionExecuting( ActionExecutingContext filterContext )
Parameters
- filterContext
- Type: ActionExecutingContext
The filter context.

