Skip to main content

OfficeWorkSessionProcessing.OnActionExecuted(ActionExecutedContext) Method

Called after the action method is executed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override void OnActionExecuted(
    ActionExecutedContext filterContext
)

Parameters

Name Type Description
filterContext ActionExecutedContext

An object that contains the information about the current request and action.

See Also