SaaS CMS has officially launched! Learn more now.

Interface IMenuProvider

Namespace: EPiServer.Shell.Navigation
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IMenuProvider

Methods

GetMenuItems()

Declaration
IEnumerable<MenuItem> GetMenuItems()
Returns
Type Description
System.Collections.Generic.IEnumerable<MenuItem>

Extension Methods