Why don't you try using the Url.Action () method . Something like that:
<a href="@Url.Action("About", "Home")" class="something"><div class="someclass">1</div><div class="someotherclass"></div></a>
Just an offer. The example is written using Razor syntax, but you can also just use it with the ASPX viewer ...
source
share