An NDoc Documented Class Library

StandardController.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

StandardController Class | Sandia.MVCFramework.Controller Namespace