我正在尝试在整个解决方案中搜索 class="reports-submenu",但它不会显示在任何文件中。我以为它会出现在 CSS 文件中,但没有找到。我用“报告子菜单”快速查找,没有任何显示
<li style="visibility: hidden; display: none" id="ReportLi"><a id="MainReport"
style="visibility: visible">
Reports</a> <span class="reports-submenu">
@Html.ActionLink("My Reports", "Index", new { controller =
"Report" }, new { id = "Reports1", @style = "visibility:hidden;display:none" })
@Html.ActionLink("Standard Reports", "ReportStandard", new {
controller = "Report" }, new { id = "Report2", @style = "visibility:hidden;display:none"
})
</span></li>