Controller.IActionFilter.OnActionExecuting Method
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the OnActionExecuting method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Private Sub OnActionExecuting ( _ filterContext As ActionExecutingContext _ ) Implements IActionFilter.OnActionExecuting 'Usage Dim instance As Controller Dim filterContext As ActionExecutingContext CType(instance, IActionFilter).OnActionExecuting(filterContext)
Parameters
- filterContext
- Type: System.Web.Mvc.ActionExecutingContext
The filter context.
Implements
IActionFilter.OnActionExecuting(ActionExecutingContext)This member is an explicit interface member implementation. It can be used only when a derived Controller instance is cast to an IActionFilter interface.
Show: