OfficeWorkSessionProcessing.OnActionExecuted(ActionExecutedContext) Method
Called after the action method is executed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
filterContext | ActionExecutedContext | An object that contains the information about the current request and action. |
See Also