mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 10:07:55 +08:00
A little cleanup and hookup of navigation management
--HG-- branch : dev
This commit is contained in:
7
src/Orchard/UI/Navigation/INavigationManager.cs
Normal file
7
src/Orchard/UI/Navigation/INavigationManager.cs
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
namespace Orchard.UI.Navigation {
|
||||||
|
public interface INavigationManager : IDependency {
|
||||||
|
IEnumerable<MenuItem> BuildMenu(string menuName);
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user