Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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