I am using MVC.
I have this line in my html:
<div id="logo"><a href="#"><img src="../../Content/img/logo3.png" alt="" /></a></div
But I want to redirect to another view when a user click on the logo.
How can I do that? I need the same structure.
Thanks in advance
Give your anchor an
hrefvalue pointing to the controller action that you want to redirect to: