AsyncTimeoutAttribute.OnActionExecuting Method
Called by ASP.NET before the asynchronous action method executes.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract OnActionExecuting : filterContext:ActionExecutingContext -> unit override OnActionExecuting : filterContext:ActionExecutingContext -> unit
Parameters
- filterContext
- Type: System.Web.Mvc.ActionExecutingContext
The filter context.
Implements
IActionFilter.OnActionExecuting(ActionExecutingContext)
Show: