An NDoc Documented Class Library

AbstractStandardController.AddView Method 

Adds a view to the collection of views the controller is aware of

public void AddView(
   IView view
);

Parameters

view
The view to add

Implements

IController.

See Also

AbstractStandardController Class | Sandia.MVCFramework.Controller Namespace