Controller AfterActionInvocation Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Override to add logic/filtering right after the invocation of action method. Must return the result (which can be altered/filtered). The default implementation calls ActionFilters

Namespace: NFX.Wave.MVC
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected internal virtual Object AfterActionInvocation(
	WorkContext work,
	string action,
	MethodInfo method,
	Object[] args,
	Object result
)

Return Value

Type: OnlineObject
See Also