我使用的是Serenity MVC框架。我在NavigationItems.cs中添加了菜单项。构建我的项目后,我看到双学生链接。
[assembly: NavigationMenu(8900, "StudentMain", icon: "icon-anchor")]
[assembly: NavigationLink(8910, "StudentMain/Student", typeof(StudentIN.StudentMain.Pages.StudentController), icon: "icon-wallet")]
答案 0 :(得分:1)
Sergen(代码生成器)在StudentPage.cs中生成了一个NavigationLink属性。
可能您手动添加了一个到NavigationItems.cs的新导航链接,忘了在StudentPage.cs上移动/删除一个。只需删除它。