I'm implementing a menu in the header of my page. As the user clicks the buttons on this menu, the page is rendered just below. I would like to highlight in the menu the button for the current page of the user.
I'm calling it this way:
<li>
<a href="@Url.Action("Index", new { controller = "Informativo" })" title="Informativo"> Inf. </a>
</li>