Controller()

Constructs and initializes a new controller
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public Controller()

Remarks

This IController implementation is a Singleton, so you should not call the constructor directly, but instead call the static Singleton Factory method Controller.getInstance(() => new Controller(SingletonKey))

Exceptions

System.Exception
Thrown if Singleton instance has already been constructed