我在.cshtml页面中的HTML 代码是
<menu id="menuTools">
@Html.ActionLink("Test1", "Index", new { Area = "Tools", Controller = "Controller1" })
@Html.ActionLink("Test2", "Index", new { Area = "Tools", Controller = "Controller2" })
@Html.ActionLink("Test3", "Index", new { Area = "Tools", Controller = "Controller3" })
</menu>
我需要在每个菜单前面有箭头标记而不是项目符号。谢谢。
更新:当我单击特定菜单时,我需要有箭头标记。谢谢。