TabController provides all operation to tabinfo.
TabController provides all operation to tabinfo.
Namespace: DotNetNuke.Entities.TabsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public class TabController : ServiceLocator<ITabController, TabController>, ITabController |
Visual Basic |
---|
Public Class TabController Inherits ServiceLocator(Of ITabController, TabController) Implements ITabController |
Remarks
Tab is equal to page in DotNetNuke.
Tabs will be a sitemap for a poatal, and every request at first need to check whether there is valid tab information
include in the url, if not it will use default tab to display information.
Remarks
Tab is equal to page in DotNetNuke.
Tabs will be a sitemap for a poatal, and every request at first need to check whether there is valid tab information
include in the url, if not it will use default tab to display information.
Inheritance Hierarchy
System..::..Object
DotNetNuke.Framework..::..ServiceLocator<(Of <(<'ITabController, TabController>)>)>
DotNetNuke.Entities.Tabs..::..TabController
DotNetNuke.Framework..::..ServiceLocator<(Of <(<'ITabController, TabController>)>)>
DotNetNuke.Entities.Tabs..::..TabController