For starters, I’m fairly new in MVC3 so my knowledge is limited. I know that what I ask can be achieved by hardcoding plain <a href=""> in the view page. But is there any way to do that using HTML helper (like ActionLink or RouteLink)?
Thanks in advance.
Create actionlink which has nulls as action and controller parameters and add href = String.Empty in htmlAttributes