Table of Contents

Class SecondaryMenuSectionPage

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

Representing page with secondary menu section.

[UINavigation(false)]
public abstract class SecondaryMenuSectionPage : Page, IPage
Inheritance
object
SecondaryMenuSectionPage
Implements
Derived
Inherited Members
Extension Methods

Remarks

The page is not displayed in navigation. If you want to change this use .

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

See Also