My HTML code in .cshtml page is
<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>
I need to have arrow marks instead of bullets in front of each menu. Thanks.
Update: When I click the particular menu, I need to have the arrow mark. Thanks.
I suppose this may be helpful: http://www.chami.com/tips/internet/050798i.html
so “→” is a “&” + “rarr;”