PoralController provides business layer of poatal.
PoralController provides business layer of poatal.

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

Syntax

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

Remarks

DotNetNuke supports the concept of virtualised sites in a single install. This means that multiple sites, each potentially with multiple unique URL's, can exist in one instance of DotNetNuke i.e. one set of files and one database.

Remarks

DotNetNuke supports the concept of virtualised sites in a single install. This means that multiple sites, each potentially with multiple unique URL's, can exist in one instance of DotNetNuke i.e. one set of files and one database.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'IPortalController, PortalController>)>)>
    DotNetNuke.Entities.Portals..::..PortalController

See Also