World is now on Opti ID! Learn more

Interface ICustomGlobalNavigationMenuBehavior

Specifies how the global menu should behave.

Namespace: EPiServer.Shell.Web
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public interface ICustomGlobalNavigationMenuBehavior

Properties

MenuType

Gets the type of the menu.

Declaration
GlobalNavigationMenuType MenuType { get; }
Property Value
Type Description
GlobalNavigationMenuType

The type of the menu.

Extension Methods