An NDoc Documented Class Library

IController.AddControllerAction Method 

Adds an action to the list of actions to be performed for a specified request

void AddControllerAction(
   IRequest request,
   ControllerAction action
);

Parameters

request
The request that the action is associated with
action
The action to add

See Also

IController Interface | Sandia.MVCFramework.Controller Namespace