An NDoc Documented Class Library

IController.AddRequestRouting Method 

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

void AddRequestRouting(
   Type requestType,
   IRequestProcessor requestProcessor
);

Parameters

requestType
requestProcessor

See Also

IController Interface | Sandia.MVCFramework.Controller Namespace