Represents the base class for all MVC controllers.
'Usage Dim instance As ControllerBase 'Declaration Public MustInherit Class ControllerBase _ Inherits MarshalByRefObject _ Implements IController