Controllers

IDictionary<string, ISubController> IController.Controllers { get; }

Gets the collection of sub-controllers.

Value

IDictionary<string, ISubController> – Collection of sub-controllers.

Throws