Class ContentHubApplication
Content hub application.
public sealed class ContentHubApplication : ApplicationPage, IPage
- Inheritance
-
objectContentHubApplication
- 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>