Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface ICustomGlobalNavigationMenuBehavior

Specifies how the global menu should behave.

Namespace: EPiServer.Shell.Web
Assembly: EPiServer.Shell.dll
Version: 7.19.2
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