Controller::IActionFilter::OnActionExecuting Method
Visual Studio 2010
This API supports the MVC infrastructure and is not intended to be used directly from your code. This method calls the OnActionExecuting method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private: virtual void OnActionExecuting( ActionExecutingContext^ filterContext ) sealed = IActionFilter::OnActionExecuting
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.
Community Additions
ADD
Show: