summaryT:DotNetNuke.Web.Components.Controllers.ControlBarController

Namespace: DotNetNuke.Web.Components.Controllers
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
public class ControlBarController : ServiceLocator<IControlBarController, ControlBarController>, 
	IControlBarController
Visual Basic
Public Class ControlBarController
	Inherits ServiceLocator(Of IControlBarController, ControlBarController)
	Implements IControlBarController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IControlBarController, ControlBarController>)>)>
    DotNetNuke.Web.Components.Controllers..::..ControlBarController

See Also