Table of Contents

Class ContentHubApplication

Namespace
Kentico.Xperience.Admin.Base.UIPages
Assembly
Kentico.Xperience.Admin.Base.dll

Content hub application.

public sealed class ContentHubApplication : ApplicationPage, IPage
Inheritance
object
ContentHubApplication
Implements
Inherited Members
Extension Methods

Constructors

ContentHubApplication()

Creates new instance of ContentHubApplication

public ContentHubApplication()

Fields

IDENTIFIER

Unique identifier of application.

public const string IDENTIFIER = "Kentico.Xperience.Application.ContentHub"

Field Value

string

Methods

GetDefaultRoute(IEnumerable<Route>)

Gets the route which is redirected to, when no route is selected.

protected override Route GetDefaultRoute(IEnumerable<Route> routes)

Parameters

routes IEnumerable<Route>

Returns

Route