Click or drag to resize

ExportModelStateToTempDataOnActionExecuted Method

Called by the ASP.NET MVC framework after the action method executes.

Namespace:  Koden.Utils.MVC.Attributes
Assembly:  Koden.Utils.MVC (in Koden.Utils.MVC.dll) Version: 1.0.6453.26061
Syntax
public override void OnActionExecuted(
	ActionExecutedContext filterContext
)

Parameters

filterContext
Type: ActionExecutedContext
The filter context.

Implements

IActionFilter.OnActionExecuted(ActionExecutedContext)
See Also