An NDoc Documented Class Library

AbstractStandardController.AddViewManager Method 

Adds a view manager to the collection of view managers the controller is aware of

public void AddViewManager(
   IViewManager viewManager
);

Parameters

viewManager
The view manager to add

Implements

IController.

See Also

AbstractStandardController Class | Sandia.MVCFramework.Controller Namespace