summaryT:DotNetNuke.Entities.Content.ContentController

Namespace: DotNetNuke.Entities.Content
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IContentController, ContentController>)>)>
    DotNetNuke.Entities.Content..::..ContentController

See Also