脚手架进/出侧文件夹的正确方法是什么?

时间:2019-02-09 19:35:56

标签: razor asp.net-core scaffolding

我目前将asp.net core 2.2页面剃刀用于简单和静态的网站。正确,我使用脚手架系统,目录配置如下:

  • 页面
    • 类别1
      • Index.cshtml
    • 类别2
      • Index.cshtml
    • 分享了
      • _Layout.cshtml
    • Index.cshtml
    • Contact.cshtml
    • Privacy.cshtml

当我导航到CategoryN / Index.cshtml时,出现了问题,我无法导航回“索引”,“隐私”或“联系”页面。好吧,我找不到如何编码导航菜单来获取页面的方法。当我进入CategoryN文件夹,然后单击以进入“索引”或“联系”页面时,代码不会像菜单处于非活动状态那样更改页面,而是停留在“类别/索引”页面上。

我尝试为索引,隐私和联系页面添加“ asp-area =“”,但这不能解决问题。

      
  • Accueil→
  •                 
  • 类别1
  •                 
  • 隐私
  •                 
  • 类别2
  •                 
  • 联系
  •             

0 个答案:

没有答案